Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Maybe something for the math library... a WIP Math Parser!
#10
I have tried to evaluate:

sin(0.1)^2 + cos(0.1)^2

This expression is accepted by marzecTM's parser (and is of course evaluated to 1), but with keeling's parser, I had to enter:

((sin(0.1))^2)+((cos(0.1)^2)

Is there a means to get rid of the extra parentheses ?
ean Debord
----------------
Math library for FreeBasic:
http://www.unilim.fr/pages_perso/jean.de...fbmath.zip
Reply


Messages In This Thread
Maybe something for the math library... a WIP Math Parser! - by jdebord - 03-06-2005, 06:28 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)