FRACTION(3I) Last changed: 1-6-98
FRACTION - Returns the fractional part of the numeric model
representation of the argument value
FRACTION ([X=]x)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The FRACTION intrinsic function returns the fractional part of the
numeric model representation of the argument value. It accepts the
following argument:
x Must be of type real
FRACTION is an elemental function. The name of this intrinsic cannot
be passed as an argument.
The result type and type parameter are that of x. The result has the
value x multiplied by
-e
b , where b and e are as defined in the real number system model.
For more information on the real number system model, see the
MODELS(3I) man page.
If x has the value zero, the result has the value zero.
FRACTION(3.0) has the value 0.75 for reals.
MODELS(3I)
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
FRACTION(3I) Last changed: 1-6-98
FRACTION - Returns the fractional part of the numeric model
representation of the argument value
FRACTION ([X=]x)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The FRACTION intrinsic function returns the fractional part of the
numeric model representation of the argument value. It accepts the
following argument:
x Must be of type real
FRACTION is an elemental function. The name of this intrinsic cannot
be passed as an argument.
The result type and type parameter are that of x. The result has the
value x multiplied by
-e
b , where b and e are as defined in the real number system model.
For more information on the real number system model, see the
MODELS(3I) man page.
If x has the value zero, the result has the value zero.
FRACTION(3.0) has the value 0.75 for reals.
MODELS(3I)
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
[ Back ]
|