[UP]


Manual Reference Pages  - radix (3)

NAME

radix(3f) - [FORTRAN:INTRINSIC] Base of a model number

CONTENTS

Syntax
Description
Arguments
Return Value
Example
Standard
Class
See Also

SYNTAX

result = radix(x)

DESCRIPTION

radix(x) returns the base of the model representing the entity X.

ARGUMENTS

X - Shall be of type INTEGER or REAL

RETURN VALUE

The return value is a scalar of type INTEGER and of the default integer kind.

EXAMPLE

Sample program:

    program demo_radix
      print *, "The radix for the default integer kind is", radix(0)
      print *, "The radix for the default real kind is", radix(0.0)
    end program demo_radix

STANDARD

[[Fortran 95]] and later

CLASS

[[Inquiry function]]

SEE ALSO

[[scale]], [[selected_real_kind]]


radix (3) March 19, 2019
Generated by manServer 1.08 from 51878446-cf34-4599-ba5e-57785cde5cb3 using man macros.