This commit is contained in:
2026-06-16 00:45:10 +09:00
commit 5d6a03b74f
32 changed files with 1443 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Float
`Float` は浮動小数値を表す primitive type constraint である。
## 例
```n
ratio = Float;
threshold = Float default 0.5;
```
## 未確定事項
`Int``Float` の暗黙変換を許可するかは未確定である。
軽量実装では、両者を明確に分ける方が単純である。