naginterfaces.library.machine.real_smallest¶
- naginterfaces.library.machine.real_smallest()[source]¶
real_smallest
returns the smallest positive floating-point number.For full information please refer to the NAG Library document for x02ak
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/x02/x02akf.html
- Returns
- tiny_nagfloat
The smallest positive floating-point number.
- Notes
real_smallest
returns the smallest 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 minimum exponent (seemodel_minexp()
) in the model.