asin
Description
Use the asin object to calculate and output the arc-sine of any given number.
Examples

Arguments
initial-value [float or int]
Optional
Sets the initial value for the arc-sine function.
Attributes
Common Box Attributes
Messages
bang
Calculates the arc-sine of the number currently stored. If there is no argument, asin initially holds .
int
Arguments
input
[int]
Input to the arc-sine function
float
Arguments
input
[float]
Input to the arc-sine function
Output
float
The arc-sine of the input.
int
The arc-sine of the input.
See Also
Name | Description |
---|---|
asinh | |
sin | |
sinh |