Skip to main content

sin

Overloads

NameDescription
sin(integer arg) -> realCalculates the sine of the given angle in radians.
sin(real arg) -> realCalculates the sine of the given angle in radians.
sin(bool arg) -> realCalculates the sine of the given angle in radians.
sin(complex arg) -> complexCalculates 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.