menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/vesta_fq.dart
VestaFq
sRatio method
sRatio method
dark_mode
light_mode
sRatio
method
@
override
FieldSqrtResult
<
VestaFq
>
sRatio
(
VestaFq
a
,
VestaFq
b
)
override
Implementation
@override FieldSqrtResult<VestaFq> sRatio(VestaFq a, VestaFq b) { return sqrtRatio(a, b); }
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/fields/vesta_fq
VestaFq
sRatio method
VestaFq class