View Single Post
  #19  
Old July 20th, 2004, 01:28 AM
Ed Kolis's Avatar

Ed Kolis Ed Kolis is offline
General
 
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
Ed Kolis is on a distinguished road
Default Re: SE4 Templatizer Ready for Download!

Time for another progress report!

I added variables today - actually, they're really just named constants, as the program can't perform symbolic manipulations on them. (Though I wonder how hard that would be given what I've set up so far... ) I added 3 built-in variables: pi, e, and c (the speed of light). Any more you might want?

I also added the "E" operator, which does scientific notation, e.g. 3E6 means 3 million.

All that's left now is those pesky functions (and those aren't really even crucial, as long as I can do the single-parameter ones as unary operators) and then I can start incorporating the SE4 files into a client program for this app!
__________________
The Ed draws near! What dost thou deaux?
Reply With Quote