xpress.asin
| xpress.asin | 
  Purpose
 
Returns the arcsine of a given expression.
  Synopsis
 
 a = xpress.asin (t) 
 
  Argument
 
| 
     t 
     | 
     Argument of the arcsine function.
     | 
  Further information
 
Using Python's math library operator math.asin is only advisable when the argument is not an expression that depends on variables.
  Related topics
 
 
