[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SIN()
To return the SINE of a degree.
------------------------------------------------------------------------------
Syntax
SIN( <nDegree> ) -> nSin
Arguments
<nDegree> is a numeric value representing a degree value.
Returns
SIN() returns the sine value of <nDegree>.
Description
SIN() is a trigonometrical function that returns the sine value of
a degree.
For radians, see SINR().
Accuracy is to the twelfth decimal (i.e. .00000000001)
Examples
? Str( SIN(45), 11, 9) // returns 0.707106781
? Str( SIN(60), 11, 9) // returns 0.866025403
Files: CALC.LIB
Author: Touchstone Business Creations CompuServe ID: 73670,2561
28613 River Glen Ct. #1
Menifee, CA 92584-8987 USA
(909) 679-3364
Owner : (c) Copyright, 1991,92,93 Touchstone Business Creations
See Also:
SINR()
COS()
TAN()
ASIN()
SEC()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson