Click or drag to resize
mpfr_libmpfr_custom_init Method
Initialize a significand of precision prec.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void mpfr_custom_init(
	void_ptr significand,
	uint prec
)

Parameters

significand
Type: Math.Gmp.Nativevoid_ptr
Pointer to significand.
prec
Type: SystemUInt32
The precision in bits.
Remarks

Initialize a significand of precision prec, where significand must be an area of mpfr_custom_get_size(prec) bytes at least and be suitably aligned for an array of mp_limb_t (GMP type, see GNU MPFR - Internals).

Examples
See Also