2 Star 15 Fork 17

王布衣/engine

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
rule_consts.go 150 Bytes
Copy Edit Raw Blame History
package config
const (
TenThousand = 1e4 // 万
Million = 100 * TenThousand // 百万
Billion = 100 * Million // 1亿
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quant1x/engine.git
git@gitee.com:quant1x/engine.git
quant1x
engine
engine
v1.11.9

Search