Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ exponent(3F) — CX/UX 6.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

fraction(3F)

frexp(3C)

exponent(3F)

NAME

exponent − exponent portion of Fortran real variable

SYNOPSIS

real r
double precision dp
integer i

i = exponent(r1)

i = exponent(dp1)

DESCRIPTION

exponent returns the value of the exponent of its real or double precision argument as a power of 2. 

If the value of the argument is 0.0 then exponent returns 0. 

For any argument x the following is true:
x = fraction(x) ∗ 2 ∗∗ exponent(x)

SEE ALSO

fraction(3F), frexp(3C). 

CX/UX Hf77 Fortran Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026