sRatio method

Implementation

@override
FieldSqrtResult<VestaNativeFq> sRatio(VestaNativeFq a, VestaNativeFq b) {
  return sqrtRatio(a, b);
}