Difference between revisions of "Manuals/calci/ASIN"

From ZCubes Wiki
Jump to navigation Jump to search
 
(32 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''ASIN''' ('''N''')</div><br/>
+
<div style="font-size:30px">'''ASIN (Number) '''</div><br/>
 +
*<math>Number</math> is any value and it is varying from -1 to 1.
 +
**ASIN() returns the arcsine of a number.
  
* Where N1 is the sine of the angle and is from -1 to 1.
 
 
* Calci returns the arcsine (inverse sine) of a number. Output is the angle in radians.
 
 
* If you want to convert arcsine to the degrees, multiply it by 180/PI.
 
 
The number can be a single value or any number of values.
 
 
For example, ASIN(0.5,(-0.2),1) can give the arcsine or inversesine values for each element.
 
 
<!--
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
ASIN
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font face="Times New Roman"><font size="3"><font color="#000000"> 
 
-->
 
 
== Description ==
 
== Description ==
ASIN(N)
+
*This function is the Inverse function of Sin in trigonometry.
 +
* The value of ASIN(x) is in Radians in the range <math>\frac{-\pi}{2} to \frac{\pi}{2}</math>
 +
* Calci returns the value of arcsine (inverse sine)is 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.
 +
*Consider x = (-0.8) then, ASIN((-0.8))'' is -0.9273
 +
*It's also called as Cyclometric function.
 +
*ASIN is described as Arcsin of a given number and denoted by <math>sin^{-1}</math>(x).
 +
*In  ASIN(x) ,x value should be with in -1 & 1.
 +
*To find the angle in degrees, multiply the result angle with 180/PI().
 +
*DEGREES function can also be used.
  
Consider &nbsp;&nbsp;&nbsp;'''N = (-0.8)'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;'''=ASIN((-0.8))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''-0.9273''' <br/>
+
For example ASIN(-0.8)*180/PI() or DEGREES(ASIN(-0.8))'' gives -53.13010235415598
* 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.<br/>
 
For example &nbsp;&nbsp;&nbsp; '''ASIN(-0.8)*180/PI()'''&nbsp;&nbsp;&nbsp; or &nbsp;&nbsp;&nbsp;'''DEGREES(ASIN(-0.8))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''-53.13010235415598'''
 
  
 
== Examples ==
 
== Examples ==
 +
'''ASIN(x)'''
 +
*'''x  ''' is the Number.
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
|'''ASIN(N)'''
+
|'''ASIN(number)'''
|'''Value'''
+
|'''Angle(Radian)  '''  
<!--
 
| class="  " |
 
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| Column1
 
| class="  " | Column2
 
| class="  " | Column3
 
| class="  " | Column4 -->
 
 
|- class="odd"
 
|- class="odd"
<!--| class=" " | Row1 -->
 
 
| class="sshl_f " | ASIN(-0.8)
 
| class="sshl_f " | ASIN(-0.8)
 
| class="sshl_f" | -0.9273
 
| class="sshl_f" | -0.9273
<!--| class="sshl_f" |
+
 
| class="sshl_f" | -->
 
 
|- class="even"
 
|- class="even"
<!--| class="  " | Row2 -->
 
 
| class="sshl_f" | ASIN(1)
 
| class="sshl_f" | ASIN(1)
 
| class="ssh1_f" | 1.5707963267948965
 
| class="ssh1_f" | 1.5707963267948965
<!--| class="sshl_f" |
+
 
| class="sshl_f" |-->
 
 
|- class="odd"
 
|- class="odd"
<!--| class=" " | Row3 -->
 
 
| class="sshl_f " | ASIN(0.559)
 
| class="sshl_f " | ASIN(0.559)
 
| class="sshl_f" | 0.5931792803038736
 
| class="sshl_f" | 0.5931792803038736
<!--| class="sshl_f" |
+
 
| class="sshl_f" |
 
| class="sshl_f SelectTD SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" | -->
 
 
|}
 
|}
  
<!-- <div align="left"></div>''''''</div>
+
==Related Videos==
---- -->
+
 
 +
{{#ev:youtube|JGU74wbZMLg|280|center|ArcSine}}
  
 
== See Also ==
 
== See Also ==
Line 102: Line 53:
 
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 
*[http://en.wikipedia.org/wiki/Inverse_trigonometric_functions ASIN]
 
*[http://en.wikipedia.org/wiki/Inverse_trigonometric_functions ASIN]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 17:08, 18 June 2018

ASIN (Number)


  • is any value and it is varying from -1 to 1.
    • ASIN() returns the arcsine of a number.

Description

  • This function is the Inverse function of Sin in trigonometry.
  • The value of ASIN(x) is in Radians in the range
  • Calci returns the value of arcsine (inverse sine)is 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.

  • Consider x = (-0.8) then, ASIN((-0.8)) is -0.9273
  • It's also called as Cyclometric function.
  • ASIN is described as Arcsin of a given number and denoted by (x).
  • In ASIN(x) ,x value should be with in -1 & 1.
  • 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)

  • x is the Number.
ASIN(number) Angle(Radian)
ASIN(-0.8) -0.9273
ASIN(1) 1.5707963267948965
ASIN(0.559) 0.5931792803038736

Related Videos

ArcSine

See Also

References