NAG CL Interface
X02BLC (model_​maxexp)

Settings help

CL Name Style:


1 Purpose

X02BLC returns the maximum exponent argument emax of the model of floating-point arithmetic described in the X02 Chapter Introduction.

2 Specification

#include <nag.h>
Integer  X02BLC
The function may be called by the names: x02blc, nag_machine_model_maxexp or nag_real_max_exponent.

3 Description

X02BLC is a constant defined in the C Header file.

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.
X02BLC is not threaded in any implementation.

9 Further Comments

None.

10 Example

None.