Calcpad version 5.8.2 #41
Replies: 2 comments 8 replies
-
Nice to install 5.8.2.I have found 2 problems. 1 is the display of operator of sqrt is not normal, it looks like a number capped. 2 is when I run the self contained example cpd of "cubic equation", it errors strangely. Concerning this I suggest that when the angle system is degree, the superscript should be added mandatorily, otherwise it should be reckoned as rad. |
Beta Was this translation helpful? Give feedback.
-
Thanks Ned.Since I generally use mobile phone to see github, I choose to send the screen shoot to your email. for the problem 2, I think your correction rightly support my oponion.Because you see rad in fact is not a unit, because the dimension is 1. In the example you never input a rad for theta or some other parameter, it looks so strange to intensionally add a rad behind pi, which is in fact the ratio of circumference of a cirle to its diameter.For me it's a little wierd.I don't know what other users think about it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Fixed breach of *.cpdz files by saving as *.cpd. See #28 (comment)
Counting of input fields in the source code is now correct.
Added C-style relational operators: ==, !=, >=, <= as per #38, No 4. They work as shortcuts to the respective Calcpad operators and are replaced after leaving the current line, as follows:
==
=>≡
!=
=>≠
>=
=>≥
<=
=>≤
Fixed resetting input fields to zero after editing the source code.
Fixed resetting input fields to zero after undo all steps.
The replacement of Html select input with text in the output is performed only if class "post" is added to the select element.
Fixed macro replace order bug, issue #40.
Images are inserted on the current line (not in the beginning of the document), issue #36.
This discussion was created from the release Calcpad version 5.8.2.
Beta Was this translation helpful? Give feedback.
All reactions