Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

a3ca7df · Jul 22, 2022

History

History
54 lines (34 loc) · 707 Bytes

File metadata and controls

54 lines (34 loc) · 707 Bytes
title categories subCategories
sin()
Functions
Trigonometry

sin(rad)

Description

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

Syntax

sin(rad)

Parameters

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

Returns

The sine of the angle. Data type: double.

See also