
03-25-2008, 11:38 PM
|
|
penguin.
|
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
|
|
PHP Code:
this.evl("(3*(1+2))*2");
Should be 18.
Gives 10 ((3*1+2)*2).
PHP Code:
this.evl("3--2");
Should be 5.
Gives 1.
PHP Code:
this.evl("3-(-2.2)");
Should be 5.2.
Gives -0.8. |
__________________
Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
|
|
|
|