Branch
Hash :
6244fe3b
Author :
Thomas de Grivel
Date :
2025-10-21T18:32:49
Make doc
The KC3 F64 type is a C-compatible IEEE 754 floating point number
on 64 bits.
ikc3> (F64) 1 + (F64) 0.001
(F64) 1.00099999999999
Top : KC3 documentation
Previous : 1.10 F32
Next : 1.12 F128
# 1.11 F64
The KC3 `F64` type is a C-compatible IEEE 754 floating point number
on 64 bits.
## 1.11.1 Examples
```elixir
ikc3> (F64) 1 + (F64) 0.001
(F64) 1.00099999999999
```
---
Top : [KC3 documentation](../)
Previous : [1.10 F32](1.10_F32)
Next : [1.12 F128](1.12_F128)