Chapter 10. Calculation Functions
Abs ( number )
Data type returned: Number, Time
Category: Number
Parameters:
• number—Any expression that resolves to a numeric value.
Description:
Returns the absolute value of number; absolute value is always a positive number.
Examples:
Acos ( number )
Data type returned: Number
Category: Trigonometric
Parameters:
• number—Any expression that resolves to a numeric value from –1 to 1.
Description:
The arc cosine of a number is the angle (measured in radians) whose cosine is the specified number. The range of values returned by the Acos
function is 0 to Pi.
If Acos (x) = y
, then Cos (y) = x
.
Examples:
Get FileMaker® 12 Developers Reference: Functions, Scripts, Commands, and Grammars now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.