ATan PowerScript function
Description
Calculates the arctangent of an angle.
Syntax
|
1 |
<span>ATan</span> ( <span>n</span> ) |
|
Argument |
Description |
|---|---|
|
n |
The ratio of the lengths of two sides |
Return Values
Double. Returns the arctangent of n.
Examples
This statement returns 0:
|
1 |
<span>ATan</span>(0) |
This statement returns 1.000 (rounded to three places):
|
1 |
<span>ATan</span>(1.55741) |
This statement returns 1.267267 (rounded to six places):
|
1 |
<span>ATan</span>(Pi(1)) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest