native

floatsin

Syntax

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

Description

Returns the sine of a given angle

Parameters

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

Note

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

Return

The sine of a given angle