INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Character corresponding to ascii code `i'
-- Integer ascii code corresponding to `c'
-- Real conversion of `n'
-- Integer conversion (truncation) of `r'
-- Real conversion (truncation) of `d'
-- Double conversion of `r'
-- Integer conversion (truncation) of `d'
-- Absolute value of `n'
-- Sign of `n':
-- -1 if `n' < 0
-- 0 if `n' = 0
-- +1 if `n' > 0
-- Maximum of `n1' and `n2'
-- Minimum of `n1' and `n2'
-- Sign of `r':
-- -1 if `r' < 0
-- 0 if `r' = 0
-- +1 if `r' > 0
-- Maximum of `r1' and `r2'
-- Minimum of `r1' and `r2'
-- Greatest lower bound of the integer division of `n1' by `n2'
-- Least upper bound of the integer division
-- of `n1' by `n2'
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |