<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Math > Trigonometric function > ArcCot |
Description
Calculates the inverse cotangent of the given number.
Syntax
n = ArcCot(nValue)
Returns
Number. Result in radians
Parameters
Name |
Type |
Optional |
Meaning |
nValue |
Number |
No |
Any numerical expression |
Remarks
Restrictions
See also
Examples