Chapter 6. Calculation Functions
Abs()
Category: Number
Syntax: Abs ( number )
Parameters:
number
—Any expression that resolves to a numeric value.
Data type returned: Number, Time
Description:
Returns the absolute value of number; absolute value is always a positive number.
Examples:
Atan()
Category: Trigonometric
Syntax: Atan ( number )
Parameters:
number
—Any expression that resolves to a numeric value.
Data type returned: Number
Description:
The arc tangent of a number is the angle (measured in radians) whose tangent is the specified number. The range of values returned by the Atan
function is -(pi/2) to pi/2.
If Atan (x) = y
, then ...
Get FileMaker® 8 Functions and Scripts Desk Reference now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.