• Arity Mod 1
  • Arity Mod 2
  • Arity Mod 3
  • Arity Mod 4

Arity Mod

Arity Calculator was written by Mihai Preda, and is open source. It uses the "Arity" arithmetic library.
Адаптировано для Android 4.x by Naik. Special mod for KI-14-1 :) Enjoy!

Sample expressions

simple expression: 1+2variable evaluation: pifunction evaluation: sin(0)variable definition: a=3.5function definition: f(x)=x^2-1parentheses: (1-x)^2To enter an expression cointaining letters, such as sin(x), use the ⇳ key on the basic keypad. It toggles opened/closed the letter keypad.Predefined functions

Logarithms and power

sqrt(x): square root; x^0.5cbrt(x): cube root; x^(1/3)exp(x): exponential; e^xlog(x), ln(x): natural logarithmlog2(x), lb(x): binary logarithmlog10(x), lg(x): decimal logarithmlog(base,x): arbitrary base logarithmTrigonometric
- radians

sin(x), cos(x), tan(x)asin(x), acos(x), atan(x)Trigonometric
- degrees

sind(x), cosd(x), tand(x)asind(x), acosd(x), atand(x)Hyperbolic

sinh(x), cosh(x), tanh(x)asinh(x), acosh(x), atanh(x)Other

gcd(x,y): greatest common divisorcomb(n,k): combinationsperm(n,k): permutationsmin(x,y), max(x,y)floor(x), ceil(x)abs(x): absolute valuesign(x): signumrnd(): random value from [0,1). rnd(max): random value from [0, max).gamma(x): (x-1)!mod(x,y): moduloComplex numbers

i or j is the complex base. Example:i*i(1+i)^2e^(i*pi)Operators

+
- × ÷ basic arithmetic^ power% percent! factorial# modulo√ square root' first derivativeTips

Parentheses: you may omit the leading or final parentheses, e.g. 1+2)(3+4 is valid.Multiplication: you may omit the multiplication operator when unambiguous, e.g. 3π+2(1+2)Expression continuation: starting a new expression with an operator auto-inserts ans, the result of the last expression.Clear: use the Enter key to quickly erase the whole input line.Scientific e notation: 1e3 is 1000.Angles in degrees instead of radians: use either sind(90) or sin(90deg).Use trackball Up/Down to navigate the history.Derivative

It is possible to compute the first derivative of a function with one argument using the prime notation: log'(5).The prime mark (quote) must appear immediately after the name of the function, and must be followed by open-parentheses.

The derivative may be plotted e.g. sqrt'(x).

To compute the derivative of an expression you must define the expression as a named function: E.g. f(x)=x^3+x^2+1, followed by f'(x).

Multi plot

To plot multiple functions on the same 2d graph, simply enter them on the same line separated by ";". E.g. x;x^2;2Binary, octal, hexadecimal

You can enter values in binary, octal or hexadecimal by prefixing them with 0b, 0o or 0x respectivelly, such as:binary: 0b1010octal: 0o17hex: 0x100

Category : Tools

Related searches

Reviews (11)

aiw. Jun 16, 2020     

Best app EVER! Must have for physicist, mathematician, engineer! I have been using it in every smartphone for years. Thank you for creating it!

Joh. C. Oct 10, 2018     

Sometimes has surprising rounding errors (e.g. 100-100.1 = 0.0999999999999994).

Juh. J. Dec 30, 2016     

Nice, simple, works well, and no ads. Handles also complex numbers. Graphing in 2D and 3D a nice bonus.

Ken. C. Apr 20, 2017     

Excellent EXCEPT on launch brings up system keyboard rather than its own. Entries then made (from the system keyboard) can have large errors sneak in. The developer should fully disable the system keyboard to make this impossible.

til. b. Oct 30, 2015     

with increased font size and working cursor — thanks!

Dan. Z. Feb 14, 2017     

Found a bug. e^(11×i×pi) should equal exactly -1, but doesn't. There's a residual (i.e. small) imaginary component. Any odd number replacing the "11" should yield exactly -1. Not all odds work.

A. G. u. Oct 29, 2015     

4 stars because the title bar takes up too much of the screen. I'm really glad to finally find a update to the arity calculator I've been using forever (last one I found was back on froyo).

Joh. H. Oct 25, 2015     

Hands down my favorite calculator app. Extremely clean, fast, and powerful. The newest update fixed display size, so hat tip to the dev for a perfect app.

Ish. P. May 7, 2015     

Hats off to the developer of this app. So much functionality in such a small package. Quick, clear and foolproof. No other graphing software includes 2D graphing capability. I even got hemispheres plotted. Great work.

Mar. N. May 10, 2015     

It's nice to see that this app is back. Very simple interface yet very powerful. For me it is best for visualizing surfaces and functions in 3D .

Sco. R. Aug 18, 2015     

Numbers and signs need to be larger, takes longer than necessary to enter values