Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Operations are provided: addition (+), subtraction (-), multiplying (*), divisio
(all - both in standard and engineering modes),
raising to a power (^), rooting (root), sin, cos, tan (all - only in engineering mode).
All members of the input expression (operators, arguments, brackets) must be separated by spaces, i.e.:
( 2 + 012.2235 * sin 124 + cos 745 ) ^ 4 / 5.25 * 033.789 - ( 789.41 * 0.56 + tan 200 ) root 1.23
( 2 + 012.2235 * sin 124 + cos 745 ) ^ 4 / 5.25 * 033.789 - ( 789.41 * 0.56 + tan 200 ) root 1.23.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment on PR