Difference between revisions of "Manuals/calci/ASIN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
== Description ==
 
== Description ==
ASIN(n)
 
  
 
Consider n = (-0.8) then, ASIN((-0.8))'' is -0.9273
 
Consider n = (-0.8) then, ASIN((-0.8))'' is -0.9273
Line 14: Line 13:
 
*It's also called as Cyclometric function.
 
*It's also called as Cyclometric function.
 
*ASIN is described as Arcsin and denoted by <math>sin^{-1}</math>(x).
 
*ASIN is described as Arcsin and denoted by <math>sin^{-1}</math>(x).
*In  ASIN(X) ,x value should be with in -1 & 1.
+
*In  ASIN(x) ,x value should be with in -1 & 1.
 
*ASIN function determines the arcsine of the given number.
 
*ASIN function determines the arcsine of the given number.
 
*To find the angle in degrees, multiply the result angle with 180/PI().
 
*To find the angle in degrees, multiply the result angle with 180/PI().
Line 24: Line 23:
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
|'''ASIN(N)'''
+
|'''ASIN(x)'''
 
|'''Value'''
 
|'''Value'''
  

Revision as of 00:55, 6 November 2013

ASIN(x)


  • Where x is the number and it is varying from -1 to 1.
  • The value of ASIN(x) is in radians.
  • Calci returns the arcsine (inverse sine) of a number. Output is the angle in Radians.
  • The number can be a single value or any number of values.

For example, ASIN(0.5,(-0.2),1) gives the arcsine or inversesine values for each element.

Description

Consider n = (-0.8) then, ASIN((-0.8)) is -0.9273

  • This function is the Inverse function of Sin in trigonometry.
  • It's also called as Cyclometric function.
  • ASIN is described as Arcsin and denoted by (x).
  • In ASIN(x) ,x value should be with in -1 & 1.
  • ASIN function determines the arcsine of the given number.
  • To find the angle in degrees, multiply the result angle with 180/PI().
  • DEGREES function can also be used.

For example ASIN(-0.8)*180/PI() or DEGREES(ASIN(-0.8)) gives -53.13010235415598

Examples

ASIN(x) Value
ASIN(-0.8) -0.9273
ASIN(1) 1.5707963267948965
ASIN(0.559) 0.5931792803038736

See Also

References