diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-21 15:26:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-21 15:26:56 -0400 |
| commit | c71cd186644570eb25c45ded7837b0e7aa54987a (patch) | |
| tree | b13b3700c2d5c7b23ffbe781615448f1ed184425 /docs/type_system/float.md | |
| parent | 83729ca507a3266f3793c3ff2db7229a86e80aa6 (diff) | |
int and float under bits type
Diffstat (limited to 'docs/type_system/float.md')
| -rw-r--r-- | docs/type_system/float.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/type_system/float.md b/docs/type_system/float.md deleted file mode 100644 index da2771d..0000000 --- a/docs/type_system/float.md +++ /dev/null @@ -1,18 +0,0 @@ -# Float - ---- - -```text -Float_bit_size : `alias Enum[.bit32; .bit64; .bit_any] - -Float_representation : `alias Enum[.binary; .octal; .decimal; .hex; .exponent] - -Float[Float_bit_size; Float_representation] -``` - -## Alias - -```text -F32 `alias Float[.bit32; .decimal] -F64 `alias Float[.bit64; .decimal] -``` |
