Operators::asinOf()
"asin" is the abbreviation for "arcsine" and is also sometimes written as sin\u22121. When given the ratio (in decimal form) of the length of the opposite side and hypotenuse of a right triangle, it finds the angle.
Examples
Syntax
Java
.asinOf(x)
Scratch
([asin v] of (x))
Parameters
| Name | Data Type | Description |
|---|---|---|
| x | double | a value |
Return
double