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
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|