Skip to main content

asin

Overloads

NameDescription
asin(real arg) -> realCalculates the arcsine (inverse sine) of the given value.
asin(complex arg) -> complexCalculates the arcsine (inverse sine) of the given value.
asin(integer arg) -> realCalculates the arcsine (inverse sine) of the given value.
asin(bool arg) -> realCalculates the arcsine (inverse sine) of the given value.

asin(real arg) -> real

Calculates the arcsine (inverse sine) of the given value.

Parameters

  • arg: The value to calculate the arcsine for.

asin(complex arg) -> complex

Calculates the arcsine (inverse sine) of the given value.

Parameters

  • arg: The value to calculate the arcsine for.

asin(integer arg) -> real

Calculates the arcsine (inverse sine) of the given value.

Parameters

  • arg: The value to calculate the arcsine for.

asin(bool arg) -> real

Calculates the arcsine (inverse sine) of the given value.

Parameters

  • arg: The value to calculate the arcsine for.