sin
Overloads
| Name | Description |
|---|---|
sin(integer arg) -> real | Calculates the sine of the given angle in radians. |
sin(real arg) -> real | Calculates the sine of the given angle in radians. |
sin(bool arg) -> real | Calculates the sine of the given angle in radians. |
sin(complex arg) -> complex | Calculates the sine of the given angle in radians. |
sin(integer arg) -> real
Calculates the sine of the given angle in radians.
Parameters
- arg: The angle in radians.
sin(real arg) -> real
Calculates the sine of the given angle in radians.
Parameters
- arg: The angle in radians.
sin(bool arg) -> real
Calculates the sine of the given angle in radians.
Parameters
- arg: The angle in radians.
sin(complex arg) -> complex
Calculates the sine of the given angle in radians.
Parameters
- arg: The angle in radians.