LOTUSSCRIPT LANGUAGE
Examples: Sin function
' Convert the angle of 45 degrees to radians,
' then compute and print the sine of that angle.
Dim degrees As Double, radians As Double
degrees# = 45
radians# = degrees# * (PI / 180)
Print Sin(radians#) ' Prints .707106781186548
See Also
Sin function
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary