i'm just trying to update the math system so i can use radians for trig.
i tried to use the makemods command in the bmk like so
"bmk.exe makemods Math.mod" in the command prompt.
What am i doing wrong?
Strict Module BRL.Math Import "math.c" Extern Function rSin:Double( X:Double )="sin" Function rCos:Double( X:Double )="cos" Function rTan:Double( X:Double )="tan" Function rATan:Double( X:Double )="atan" Function rATan2:Double( Y:Double , X:Double )="atan2" Function rACos:Double( X:Double )="acos" Function rASin:Double( X:Double)="asin" End Extern
i tried to use the makemods command in the bmk like so
"bmk.exe makemods Math.mod" in the command prompt.
What am i doing wrong?