Function Calculator

Sadržava oglase
10 hilj.+
Preuzimanja
Kategorizacija sadržaja
Svako
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana

O aplikaciji

[Key features]
-four fundamental math operations (addition,subtraction,multiplication,division).
-extra math operations(exponential operation, modular operation, percent operation).
-mathematical constants - Pi, E
-engineering functions such as sin, cos, tan, log, ln, ...
-some traditional calculator buttons - M+, M-, MR, GT
-button "clone" to copy math expressions and reuse them.
-cursor control buttons to move cursor freely.
-"del" button, "AC" button to delete input.
-text size control buttons.
-vibration button

[Programming]
-Users can create their own mathematical functions very easily in the same way as mathematical formulas. (Example: def sumOfTwoNumber (number 1, number 2) = number 1 + number 2;)
-Mathematical functions can be programmed using Javascript-like coding syntax ("for", "while", "switch", "if", "var")
-You can create thousands of mathematical functions for various purposes such as unit converter, future value, interest rate, etc.
-When programming, you can use the code template provided by this app.
-Very easy and simple coding tutorial is provided.
Ažurirano dana
10. okt 2020.

Sigurnost podataka

Programeri mogu ovdje prikazati informacije kako njihova aplikacija prikuplja i koristi vaše podatke. Saznajte više o sigurnosti podataka
Nema dostupnih informacija

Šta ima novo

Fixed an error that occurred when the execution statements of the "case" code are empty.