hide long namesshow long names
hide short namesshow short names
Integer type:  int32  int64  nag_int  show int32  show int32  show int64  show int64  show nag_int  show nag_int

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

NAG Toolbox: nag_machine_model_base (x02bh)

 Contents

    1  Purpose
    2  Syntax
    7  Accuracy
    9  Example

Purpose

nag_machine_model_base (x02bh) returns the base argument b of the model of floating-point arithmetic as described in the X02 Chapter Introduction.

Syntax

[result] = x02bh
[result] = nag_machine_model_base

Description

None.

References

None.

Parameters

Compulsory Input Parameters

None.

Optional Input Parameters

None.

Output Parameters

1:     result int64int32nag_int scalar
The result of the function.

Error Indicators and Warnings

None.

Accuracy

None.

Further Comments

None.

Example

See Example in nag_machine_precision (x02aj).
function x02bh_example


fprintf('x02bh example results\n\n');

fprintf('the model parameter B = %8d\n', ...
        x02bh);


x02bh example results

the model parameter B =        2

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015