NAG CL Interface
X02AKC (real_​smallest)

Settings help

CL Name Style:


1 Purpose

X02AKC returns the smallest positive floating-point number.

2 Specification

#include <nag.h>
double  X02AKC
The function may be called by the names: x02akc, nag_machine_real_smallest or nag_real_smallest_number.

3 Description

X02AKC is a constant defined in the C Header file.
X02AKC returns the smallest positive number in the model of floating-point arithmetic described in the X02 Chapter Introduction. The returned value is equal to b emin-1 , where b is the arithmetic base (see X02BHC) and emin is the minimum exponent (see X02BKC) in the model.

4 References

None.

5 Arguments

None.

6 Error Indicators and Warnings

None.

7 Accuracy

Not applicable.

8 Parallelism and Performance

Background information to multithreading can be found in the Multithreading documentation.
X02AKC is not threaded in any implementation.

9 Further Comments

None.

10 Example

None.