naginterfaces.library.machine.real_largest¶
- naginterfaces.library.machine.real_largest()[source]¶
real_largest
returns the largest positive floating-point number.For full information please refer to the NAG Library document for x02al
https://support.nag.com/numeric/nl/nagdoc_30.3/flhtml/x02/x02alf.html
- Returns
- huge_nagfloat
The largest positive floating-point number.
- Notes
real_largest
returns the largest positive number in the model of floating-point arithmetic described in the X02 Introduction. The returned value is equal to , where is the arithmetic base (seemodel_base()
) and is the maximum exponent (seemodel_maxexp()
) in the model.