Tools menu
| Command | Action |
|---|---|
Calculator | Opens the "Calculator" dialog box. |
"Calculator" dialog box
This dialog box is used to calculate expressions and convert values between different number systems. The result can be copied to the clipboard.
| Dialog item | Description |
|---|---|
Expression | Input field for an expression or a number. |
Copy as | Specifies the format in which the result will be copied to the clipboard. |
Character values | Indicates that the result should be interpreted and displayed as a character value (applicable only to decimal numbers). |
Display nonsignificant zeros | Allows the display of leading zeros in the higher digits of binary and hexadecimal numbers. |
Copy | Copies the calculation result to the clipboard in the format specified by the 'Copy to' switch box. |
Clr | Clears the “Expression” field. |
Bs | Deletes one character (number) to the left of the input point (Backspace). |
0x | Inserts "0x". |
> > | Shifts the result of the expression to the right by the specified number of digits. |
< < | Shifts the result to the left by the specified number of digits. |
Mod | Calculates the remainder of a division by a specified number. |
As you type an expression in the “Expression” box, RadiaCode attempts to calculate the result and immediately displays it in various formats in the “Result” panel. Additionally, a switch box and two checkboxes in this panel control the result format.
Examples of expressions include:
0x1234
-126
(2 + 2 * 2) - 33h
(float)(33000 / 4)
Updated: Jan 9, 2026