优化smath模块

This commit is contained in:
duanhf2012
2024-09-11 15:06:33 +08:00
parent 7116b509e9
commit 8e0ed62fca
3 changed files with 87 additions and 130 deletions

View File

@@ -17,7 +17,7 @@ type Integer interface {
}
type Number interface {
Signed|Unsigned
Signed|Unsigned|Float
}
type Ordered interface {