NAG CL Interface
X02BJC (model_​digits)

Settings help

CL Name Style:


1 Purpose

X02BJC returns the precision argument p (i.e., the number of significant base-b digits) of the model of floating-point arithmetic described in the X02 Chapter Introduction.

2 Specification

#include <nag.h>
Integer  X02BJC
The function may be called by the names: x02bjc, nag_machine_model_digits or nag_real_base_digits.

3 Description

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

9 Further Comments

None.

10 Example

None.