HP Forums

Full Version: suggestions and request to improve HP-PRIME CAS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sorry for my bad English

1: NEG operator in large font is not well displayed, please separate it.

see screencapture
2: the result of the Boolean operations, must be symbolic and not their numeric equivalents.

in some occasions it shows symbolically sometimes not, the system must be consistent, or all numeric (1 or 0) or all (true, false) I prefer the standard true / false is also more didactic, I always think of my students

NOT (x==(-x)) returns true OK =)
x==(-x) returns 0 =(

(true)? true:false; returns true OK =)
(false)? true:false; returns false OK =)

when(true,true,false); returns true OK =)
when(false,true,false); returns false OK =)

IFTE(true,true,false); returns 1 =(
Reference URL's