Enable JavaScript in the browser to display LibreOfficeDev Help pages.

Trigonometric Functions

The following are the trigonometric functions that are supported in LibreOfficeDev Basic.

Atn Function

Trigonometric function that returns the arc tangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2.

Cos Function

Calculates the cosine of an angle. The angle is specified in radians. The result lies in the range -1.0 to +1.0.

Sin Function

Returns the sine of an angle. The angle is specified in radians. The result lies in the range -1.0 to +1.0.

Tan Function

Determines the tangent of an angle. The angle is specified in radians.