gmp_libmpn_sec_sqr_itch Method |
Return the scratch space in number of limbs required by the function
mpn_sec_sqr.
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static mp_size_t mpn_sec_sqr_itch(
mp_size_t an
)
Public Shared Function mpn_sec_sqr_itch (
an As mp_size_t
) As mp_size_t
public:
static mp_size_t mpn_sec_sqr_itch(
mp_size_t an
)
static member mpn_sec_sqr_itch :
an : mp_size_t -> mp_size_t
Parameters
- an
- Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_sqr operand.
Return Value
Type:
mp_size_tThe scratch space in number of limbs required by the function
mpn_sec_sqr.
See Also