|
|
VBScript Atn Function
Complete VBScript Reference
The Atn function returns the arctangent of a specified number.
Syntax
| Parameter |
Description |
| number |
Required. A numeric expression |
Example 1
document.write(Atn(89))
Output:
1.55956084453693
|
Example 2
document.write(Atn(8.9))
Output:
1.45890606062322
|
Example 3
'calculate the value of pi
Dim pi
pi=4*Atn(1)
document.write(pi)
Output:
3.14159265358979
|
Complete VBScript Reference
The Creators of XMLSpy are Pleased to Announce
|
|
|