Author Topic: complex mathematical expression and re-used of script  (Read 12382 times)

TouEnMasm

  • Member
  • *****
  • Posts: 1764
    • EditMasm
Re: complex mathematical expression and re-used of script
« Reply #15 on: April 17, 2013, 06:10:01 PM »
I have made it better.
     Added:
     -Control of the number of parenthesis
     -Syntax case is unsensitive for the javascript Object Math
     - allow instructions without Math.

Quote
db "E",0,"PI",0"abs",0,"ceil",0,"floor",0,"round",0,"max",0,"min",0
        db "pow",0,"random",0,"sqrt",0,"exp",0,"LN2",0,"LN10",0,"log",0
       db "LOG2E",0,"SQRT1_2",0,"SQRT2",0,"sin",0,"asin",0,"cos",0,"acos",0
        db "tan",0,"atan",0,0
See first post to download

« Last Edit: April 17, 2013, 11:44:44 PM by ToutEnMasm »
Fa is a musical note to play with CL

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: complex mathematical expression and re-used of script
« Reply #16 on: April 18, 2013, 04:14:34 AM »
Good job, Yves.  :t

Gunther
You have to know the facts before you can distort them.