Calc
Toolbar | Menu |
---|---|
|
Tools Calculator Window Panels > Calculator |
The Calc command toggles the on-screen calculator.
Calculation results can be sent to the command prompt.
Calculator Panel
Steps
- Type numbers and click the buttons to compute results.
- To send the results to the command prompt, click the button.
Toolbar | Menu |
---|---|
|
Tools RPN Calculator Window Panels > RPN Calculator |
The CalcRPN command toggles the on-screen RPN (Reverse Polish notation) calculator.
Calculation results can be sent to the command prompt.
RPN Calculator Panel
Steps
- Type numbers and click the buttons to compute results.
- To send the results to the command prompt, click the button.
Key | Function |
---|---|
Go |
Send to Rhino's command line. |
+/- |
Change sign. |
Exp |
Exponential function (for example, 4, Enter, 2, Exp). |
Sto |
Store, or push, onto stack. |
Rcl |
Recall from stack. |
Enter |
Enter. Somewhat equivalent to a standard calculator's equals (=) button. |
Fix |
Fixed notation format (for example, 4, Fix, 3). |
Clx |
Clear the value on the top of the stack. |
Del |
Delete the last character Entered. |