Difference between revisions of "Manuals/calci/ASIN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
=ASIN(n)=
 
=ASIN(n)=
  
* Where N is the sine of the angle and is from -1 to 1.
+
* Where n 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.  
 
* Calci returns the arcsine (inverse sine) of a number. Output is the angle in radians.  
Line 9: Line 9:
 
The number can be a single value or any number of values.
 
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.
+
For example, ASIN(0.5,(-0.2),1) gives the arcsine or inversesine values for each element.
  
 
== Description ==
 
== Description ==
 
ASIN(n)
 
ASIN(n)
  
Consider n = (-0.8) then, ASIN((-0.8))'' is 0.9273
+
Consider n = (-0.8) then, ASIN((-0.8))'' is -0.9273
  
 
* ASIN function determines the arcsine of the given number.
 
* ASIN function determines the arcsine of the given number.
Line 26: Line 26:
 
|'''ASIN(N)'''
 
|'''ASIN(N)'''
 
|'''Value'''
 
|'''Value'''
<!--
 
| 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="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="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"
Line 50: Line 39:
 
| 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" | -->
 
 
|}
 
|}
  

Revision as of 15:11, 1 November 2013

ASIN(n)

  • Where n 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) gives the arcsine or inversesine values for each element.

Description

ASIN(n)

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

  • 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(N) Value
ASIN(-0.8) -0.9273
ASIN(1) 1.5707963267948965
ASIN(0.559) 0.5931792803038736

See Also

References