This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Sin Function Example
This example uses the
Sin function to return the sine of an angle.
Dim MyAngle, MyCosecant
MyAngle = 1.3 ' Define angle in radians.
MyCosecant = 1 / Sin(
MyAngle)
' Calculate cosecant.