Scientific RPN Calculator (with ATTINY85)
|
03-15-2018, 12:19 PM
Post: #32
|
|||
|
|||
RE: Scientific RPN Calculator (with ATTINY85)
Great going! That's a lot of functionality cramed in.
I wonder if this saves any space: Code: else if (key == SIN || key == COS || key == TAN) { // Trigonometric Likewise, renumbering the functions (so they start from zero and are contiguous) and using an array of function pointers might help (it did on the 34S). This will depend on the processor. This might also help: Code: else if (key == SINH || key == COSH || key == TANH) { // Hyperbolic Subject to typos and copy/paste errors. Pauli |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)