floatsin

Syntax

native Float:floatsin(Float:value, anglemode:mode=radian);

Usage

value
The angle to calculate the sine from
mode
What unit of measurement is the angle specified in
Defaults to radians

Description

Returns the sine of a given angle

Note

For available units of measurements(modes) look at the anglemode enum

Return

The sine of a given angle