Click or drag to resize
mpfr_t_mpfr_exp Property
The _mpfr_exp field stores the exponent.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public mpfr_exp_t _mpfr_exp { get; }

Property Value

Type: mpfr_exp_t
Remarks

An exponent of 0 means a radix point just above the most significant limb. Non-zero values n are a multiplier 2^n relative to that point. A NaN, an infinity and a zero are indicated by special values of the exponent field.

See Also