Qalculate / libqalculate

Qalculate! library and CLI
https://qalculate.github.io/
GNU General Public License v2.0
1.79k stars 144 forks source link

Help for assumptions is unclear #311

Open schuelermine opened 3 years ago

schuelermine commented 3 years ago

It’s impossible to set the default assumptions to unknown. See: https://asciinema.org/a/425335

hanna-kn commented 3 years ago

The following assumption types are supported: number, real, rational, integer, boolean. For complex numbers you should use number (which includes both real and complex numbers).

The following commands will achieve the same results: assume number, assume unknown number, assume unknown unknown

assume unknown assumes that unknown refers to the sign.

schuelermine commented 3 years ago

Ah OK. I feel like it should mention this in the help for set.

schuelermine commented 3 years ago

Ah, I guess it does—I find it unclear what the precedence of the plus sign is