<< Back to search results

60
 2 votes - Productivity - First release: 2021-04-21T07:00:00Z

Screenshots


Description - 4+

Easily create calculation sheets: it is much more simple to use MiniXL than a calculator!

Key features:

- Two columns table that you use like a regular spreadsheet.

- Your spreadsheets are stored like documents that are synchronized through iCloud among all you devices.

- Import and export calculation sheets as CSV documents.

- Display calculation result as rational fraction.

- MiniXL includes all classical and scientific function, directly accessible from its keyboard extension.

- Functions available: 
    * Add, example: "2+3 = 5"
    * Subtract and negate, example: "-3-2 = -5"
    * Multiply, example: "3*2 = 6"
    * Divide, example: "12/3 = 4"
    * Use parenthesis to define order of operations, example: "(2+3/2)/(12*3+1)
    * Exponentiation, example: "3**2 = 9"
    * Modulus of a value, example: "10**3 = 1"
    * Factorial, example: "5! = 120"
    * Exponentiation, example: "pow(2,3) = 8"
    * Square root, example: "sqrt(9) = 3"
    * Cubic root, example: "cuberoot(27) = 3"
    * Nth root, example: "nthroot(27,3) = 3"
    * Constants, example: "pi, e, phi"
    * Logarithmic functions, example: "log(), ln(), exp()"
    * Trigonometric functions, example: "sin(), cos(), tan(), asin(), acos(), atan(), sinh(), cosh(), tanh(), versin(), vercosin(), coversin(), covercosin()"
    * Statistic functions, example: "average(), median(), stddev()"