Tan
PowerScript function
Description
Calculates the tangent of an angle.
Syntax
|
1 |
Tan ( n ) |
|
Argument |
Description |
|---|---|
|
n |
The angle (in radians) for which you want the |
Return value
Double.
Returns the tangent of n. An execution error occurs if n is not
valid. If n is null, Tan returns null.
Examples
Both these statements return 0:
|
1 2 |
Tan(0) Tan(Pi(1)) |
This statement returns 1.55741:
|
1 |
Tan(1) |
See also
Tan method for DataWindows in the section called “Tan” in DataWindow Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest