Difference between revisions of "Manuals/calci/ASIN"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
'''ASIN''' ('''N1''') | '''ASIN''' ('''N1''') | ||
− | <font size="3"><font face="Times New Roman">* Where N1 is the sine of the angle and is from -1 to 1.</font></font> | + | <!-- <font size="3"><font face="Times New Roman"> --> |
+ | * Where N1 is the sine of the angle and is from -1 to 1.</font></font> | ||
</div> | </div> | ||
− | |||
+ | <!--<font size="3"><font face="Times New Roman"> -->* Calci returns the arcsine (inverse sine) of a number. </font></font> | ||
− | |||
− | |||
− | |||
− | |||
<div id="7SpaceContent" class="zcontent" align="left"> | <div id="7SpaceContent" class="zcontent" align="left"> | ||
− | <font size="3"><font face="Times New Roman">* If you want to convert arcsine to the degrees, multiply it by 180/PI</font></font> | + | <!--<font size="3"><font face="Times New Roman"> -->* If you want to convert arcsine to the degrees, multiply it by 180/PI</font></font> |
</div> | </div> | ||
− | + | ||
− | |||
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) can give the arcsine or inversesine values for each element. | ||
− | + | ||
<!-- | <!-- |
Revision as of 07:17, 31 October 2013
ASIN (N1)
- Where N1 is the sine of the angle and is from -1 to 1.
- Calci returns the arcsine (inverse sine) of a number.
- 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.
Description
ASIN(N)
Consider N = (-0.8) then =ASIN((-0.8)) gives -0.9273
- ASIN function determines the arcsine of the given number.
Examples
ASIN(N) | Value |
ASIN(-0.8) | -0.9273 |
ASIN(1) | 1.5707963267948965 |
ASIN(0.559) | 0.5931792803038736 |