We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf4c9a commit 494892cCopy full SHA for 494892c
1.2Float类型.md
@@ -78,7 +78,8 @@
78
print(factor1)
79
//10.0
80
//两者皆可以还原 q = (0.75 * factor + m) or (0.75 * factor1 + k)
81
-
+ let s = q % 0.75
82
+ //Error: '%' is unavailable: For floating point numbers use truncatingRemainder instead('%'不可用:对于浮点数,请改用截断余数)
83
>
84
> - [精度拓展](./Code/NSDecimalNumber+YTExtension.swift)
85
0 commit comments