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:

Image

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 Tan (y) = x.

Atan (x) = Atan (-x). ...

Get FileMaker 8 Calculation Functions 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.