Sin PowerScript function
Description
Calculates the sine of an angle.
Syntax
1 |
<span>Sin</span> ( <span>n</span> ) |
Argument |
Description |
---|---|
n |
The angle (in radians) for which you |
Return Values
Double. Returns the sine of n.
If n is null, Sin returns null.
Examples
This statement returns .8414709848078965:
1 |
<span>Sin</span>(1) |
This statement returns 0:
1 |
<span>Sin</span>(0) |
This statement returns 0:
1 |
<span>Sin</span>(Pi(1)) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest