TAL Reference Summary

Standard Functions
TAL Reference Summary
48 096256 Tandem Computers Incorporated
$EFLT Function The $EFLT function returns a REAL(64) value from an INT, INT(32), FIXED(fpoint), or
REAL expression.
$EFLT expression
082
( )
$EFLTR Function The $EFLTR function returns a REAL(64) value from an INT, INT(32), FIXED(fpoint),
or REAL expression and applies rounding to the result.
$EFLTR expression
083
( )
$FIX Function The $FIX function returns a FIXED(0) value from an INT, INT(32), REAL, or REAL(64)
expression.
$FIX expression
084
( )
$FIXD Function The $FIXD function returns an INT(32) value from a FIXED(0) expression.
fixed-expression$FIXD
085
( )
$FIXI Function The $FIXI function returns the signed INT equivalent of a FIXED(0) expression.
$FIXI fixed-expression
086
( )
$FIXL Function The $FIXL function returns the unsigned INT equivalent of a FIXED(0) expression.
$FIXL fixed-expression
( )
087