Scratch for Java

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.

Syntax

Java

.asinOf(x)

Parameters

Name Data Type Description
x double a value

Return

double

asinOf()