Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 708 Bytes

File metadata and controls

54 lines (34 loc) · 708 Bytes
title categories subCategories
cos()
Functions
Trigonometry

cos(rad)

Description

Calculates the cosine of an angle (in radians). The result will be between -1 and 1.

Syntax

cos(rad)

Parameters

rad: The angle in radians. Allowed data types: double.

Returns

The cos of the angle. Data type: double.

See also