Asin
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
	
asin is a function that returns the inverse sine, that is, the angle
(in radians) whose sine is the given value.
Arguments
| Parameter Name | Type | Meaning | 
|---|---|---|
| x | number, default 0 | sine of the angle to find | 
Example
asin(1)   // returns 1.570796

