why evalf & approx cmds do not evaluate to a numerical value a boolena expression?
evalf(true) returns true
evalf(true) returns 1
similar to how it does in hp-prime with eval cmd
eval(true) returns 1
evalf(true/flase) => 1/0
Modérateur : xcasadmin
-
- Messages : 603
- Inscription : sam. févr. 04, 2017 11:34 pm
- Localisation : Colombia
- Contact :
Re: evalf(true/flase) => 1/0
evalf(true) returns true in the hp prime (CAS mode). I don't see why it should change.