Clipboard

The Clipboard dialog allows to copying and pasting the current result or calculation. To open this dialog, press the Clipboard button   Ț .

Clipboard Options:

Copy Result    Copies the current result to the Clipboard.
  
Copy Expression    Displays the current expression in a Clipboard-compatible plain text format. Note: Some functions may not supported, and will caused to "Invalid data" message.
  
Paste Clipboard Data    Pastes data from the Clipboard to the display. In edit mode, pasted data is inserted at the cursor's location. Unsupported functions will result in an "Invalid data" message.
  

Special Number Formats in Clipboard:


Supported Clipboard Commands

The calculator allows copying and pasting of calculations or expressions as plain text, both from within the app and externally. Below is a description of the supported operators and functions:

Command Explain Example
+ Addition  
- Subtraction  
* × Multiplication  
/ : Division  
% Percentage 50 + 8%
( ) parentheses  
{ } Marking of repeating decimal section 1.0{45}
e Exponent notation
The calculator performs auto-detect between the exponent (scientific) notation 'E' and Euler constant.
1E3 = 1000
^ Power 5^3
ans Previous result
mod Reminder 10 mod 3
root nth root 3 root 27
sqr Square root sqr9, sqr(9)
cbrt Cube root cbrt27, cbrt(27)
sgn Extract the sign of the number sgn-9, sgn(-9)
ceil Rounds a number up to the next largest integer  
floor Returns the largest integer less than or equal to a given number  
rnd Returns a random number in the range of the given number rnd8, rnd(100)
! Factorial 5!
npr Permutation (nPr) 7npr3
ncr Combination (nCr) 7ncr3
° ' " DMS format 4°12'8.42"
deg
rad
grad
Angular units 45deg
1.2rad
sin
asin
sinh
asinh
cos
acos
cosh
acosh
tan
atan
tanh
atanh
Trigonometric functions sin(1.4rad)
cos27
pi pi constant π ≈ 3.1415926...
e Euler's constant
Note that 'E' is used for scientific notation.
e ≈ 2.7182818...
i Imaginary unit 2.4 + 8.21i
< Polar separator 64 < 25
arg Argument of the complex number  
re Return the real part of the complex number re(3+5i)
im Return the imaginary part of the complex number im(3+5i)
conj Returns the complex conjugate  
Parameters @[parameter name] @x, @y, @n2