TAL Reference Summary
Standard Functions
TAL Reference Summary
096256 Tandem Computers Incorporated 49
$FIXR Function The $FIXR function returns a FIXED(0) value from an INT, INT(32), FIXED, REAL, or
REAL(64) expression and applies rounding to the result.
expression$FIXR
( )
088
$FLT Function The $FLT function returns a REAL value from an INT, INT(32), FIXED(fpoint), or
REAL(64) expression.
$FLT
(
expression
)
089
$FLTR Function The $FLTR function returns a REAL value from an INT, INT(32), FIXED(fpoint), or
REAL(64) expression and applies rounding to the result.
$FLTR
(
expression
)
090
$HIGH Function The $HIGH function returns an INT value that is the high-order 16 bits of an INT(32)
expression.
dbl-expression$HIGH
( )
091
$IFIX Function The $IFIX function returns a FIXED(
fpoint
) value from a signed INT expression.
, fpoint )$IFIX
(
int-expression
092