Skip to content

Repository files navigation

text2expr

Build StatuscodecovDownloadGitHub license

テキストを数式に変換し、計算します。

使い方

Gradle

repositories {
maven {
url "http://dl.bintray.com/javecs/tools" }
}
compile 'xyz.javecs.tools:text2expr:0.1.+'

呼び出し方法 (Kotlin)

val value = Text2Expr().eval("3 掛ける 5")
println(value) // "15" が出力されます。

使うもの

About

テキストを数式に変換し、計算します。

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages