.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Examples: Cos function
Dim degrees As Integer
Dim rad As Double
' Convert the angle 45 degrees to radians.
degrees% = 45
rad# = degrees% * (PI / 180)
' Print the cosine of that angle.
Print Cos(rad#)                ' Prints .707106781186548

See Also