Android代码-mathjs-android

时间:2022-08-25 22:00:41
【文件属性】:

文件名称:Android代码-mathjs-android

文件大小:212KB

文件格式:ZIP

更新时间:2022-08-25 22:00:41

Android代码

mathjs-android An android wrapper library to mathjs.org javascript library Installation Gradle Mathjs is available on jitpack. Add jitpack to your root build.gradle: allprojects { repositories { ... maven { url "https://jitpack.io" } } } Add the library to app build.gradle compile 'com.github.niltonvasques:mathjs-android:v0.2.1' Usage MathJS math = new MathJS(); // Synchronously evaluating String answer = math.eval("2 * 5 ^ 2")


【文件预览】:
mathjs-android-master
----.gitignore(546B)
----gradle()
--------wrapper()
----README.md(2KB)
----build.gradle(670B)
----gradlew.bat(2KB)
----mathjs()
--------.gitignore(7B)
--------build.gradle(855B)
--------proguard-rules.pro(686B)
--------src()
----gradlew(5KB)
----LICENSE(1KB)
----app()
--------.gitignore(7B)
--------build.gradle(837B)
--------proguard-rules.pro(686B)
--------src()
----gradle.properties(730B)
----.travis.yml(964B)
----settings.gradle(26B)

网友评论