The math library is dead simple to use, even standalone:

Code:

; Root namespace

$System = CreateObject("Kixtart.System")

; Math object

$Math = $System.Math()

; Stuff ...

?"Cos=" $Math.Cos(0.5)

?"Sin=" $Math.Sin(0.5)



yields:

Quote:


Cos=0.877582561890373
Sin=0.479425538604203