AIPS HELP file for FLOOR in 31DEC25
As of Mon Dec 9 12:37:59 2024
FLOOR: Function verb to return largest integer <= argument
INPUTS
NO adverbs. Instead, FLOOR takes one argument
FLOOR (value)
where value is any numeric scalar.
HELP SECTION
FLOOR
Type: Verb (function: leaves results on the stack)
Use: To obtain the largest integer less than or equal to some
numeric scalar (adverb, subscripted array, constant).
FLOOR requires 1 immediate argument as
FLOOR (value)
where value is any numeric scalar. Examples:
FLOOR (3.3) is 3.0
FLOOR (-3.3) is -4.0
FLOOR (7.0) is 7.0
Adverbs: none.
EXPLAIN SECTION