Discover

Topics

MFP Newton Solver

MFP Newton Solver APK

MFP Newton Solver APK

1.0.0.1710 FreeCYZ SOFT ⇣ Download APK (4.80 MB)

This is the first published version of this app.

What's MFP Newton Solver APK?

MFP Newton Solver is a app for Android, It's developed by CYZ SOFT author.
First released on google play in 7 years ago and latest version released in 5 years ago.
This app has 132 download times on Google play
This product is an app in Education category. More infomartion of MFP Newton Solver on google play
This app uses Newton-Raphson method to solve one variable expression which equals to zero. Note that the expression and its variable are both string based. The initial guess of the variable is 0, max number of steps is 50 and error tolerance is 10e-8. For example,
newtonSolver("x**2+2*x-9", "x")
returns 2.1622777. If there is no real result for the variable, this function throws an exception.
Note that this app was developed by an easy-to-learn and cross-platform scripting language called MFP. This language's IDE is an Android application called Scientific Calculator Plus.