Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ aint(3f) — Ultrix-11 3.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

aint(3f)

NAME

aint, dint − Fortran integer part intrinsic function

SYNTAX

real r1, r2
double precision dp1, dp2

r2 = aint(r1)
dp2 = dint(dp1)
dp2 = aint(dp1)

DESCRIPTION

The aint function returns the truncated value of its real argument in a real.  The dint function returns the truncated value of its double-precision argument as a double-precision value.  The aint function may be used as a generic function name, returning either a real or double-precision value depending on the type of its argument. 

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