[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
COS()
To return the COSINE of a degree.
------------------------------------------------------------------------------
Syntax
COS( <nDegree> ) -> nCos
Arguments
<nDegree> is a numeric value representing a degree value.
Returns
COS() returns the cosine value of <nDegree>.
Description
COS() is a trigonometrical function that returns the cosine value of
a degree.
For radians, see COSR().
Accuracy is to the twelfth decimal (i.e. .00000000001)
Examples
? Str( COS(45), 11, 9) // returns 0.707106781
? Str( COS(60), 11, 9) // returns 0.500000000
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:
COSR()
SIN()
TAN()
ACOS()
CSC()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson