Discover

Topics

My Expression Maker

My Expression Maker APK

My Expression Maker APK

1.0 FreeWagner Alvarenga ⇣ Download APK (2.31 MB)

Create custom math expressions.

What's My Expression Maker APK?

My Expression Maker is a app for Android, It's developed by Wagner Alvarenga author.
First released on google play in 9 years ago and latest version released in 5 years ago.
This app has 194 download times on Google play
This product is an app in Productivity category. More infomartion of My Expression Maker on google play
With this app you can create custom user expressions.

Register any expression using + - * / ^, group operations with () and use predefined math functions.

You can add variables to your expressions. Add a variable in the form of [varname], where varname is the name of the var to ask at evaluation moment. NOTE: Brackets are required. i.e: ([x]*9/5)+32

Sample usage:
([x]*9/5)+32

Advanced usage:
a=[c0]+5
f(x,y)=x^2+2*x*y+y^2
[c1]^2+(5*f(2,3))

Then evaluate your functions.
Predefined values:
- pi, Get value of pi
- e, Get value of e

Available functions:
- sqrt(value), Square root
- abs(value), Absolute value
- ln(value), Natural logarithm
- log(value), Base-10 logarithm
- ceil(value), Round fractions up
- floor(value), Round fractions down
- round(value), Rounds a float
- sin(value), Sine
- sinh(value), Hyperbolic sine
- asin(value), Arc sine
- asinh(value), Inverse hyperbolic sine
- cos(value), Cosine
- cosh(value), Hyperbolic cosine
- acos(value), Arc cosine
- acosh(value), Inverse hyperbolic cosine
- tan(value), Tangent
- tanh(value), Hyperbolic tangent
- atan(value), Arc tangent
- atanh(value), Inverse hyperbolic tangent

EvalMath - PHP Class to safely evaluate math expressions
Copyright (C) 2005 Miles Kaufmann