Calcpad version 6.0.0. #143
Proektsoftbg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's new in this version?
New logical operators were added:
"
∧
" - logical "and";"
∨
" - logical "or";"
⊕
" - logical "xor";… and functions:
not(x)
- logical "not";and(x; y; z...)
- logical "and";or(x; y; z...)
- logical "or";xor(x; y; z...)
- logical "xor";Unlike operators, which are binary, functions can take multiple arguments at a time.
The modulo (reminder) operator "%" was changed to "⦼" (circled fraction symbol). In this way, the percent units "%" will not require a leading dot for disambiguation anymore: ".%". A shortcut “"%%” was added for faster insertion of "⦼", similar to relational operators.
Equation rendering and typography was improved: brackets, roots, spacing, etc. Some bugs in rendering complex equations were fixed.
Gentle shading was added under non-parametric function plots:
$Plot{f(x) @ x = a : b}
To avoid shading, make the plot parametric:
$Plot{x|f(x) @ x = a : b}
An issue with changing the trigonometric units in Cli (DEG/RAD/GRA) was fixed.
The auxiliary files were added to the Calcpad project folder, for easier building from source code by cloners.
Documentation and help files were updated.
This discussion was created from the release Calcpad version 6.0.0..
Beta Was this translation helpful? Give feedback.
All reactions