Skip to content

Latest commit

 

History

154 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

text2expr

Build Status codecov Download GitHub 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" が出力されます。

使うもの

关于

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

Topics

Resources

Stars

0 stars

关注者

0 watching

复刻s

发布

贡献者

Languages