Branch :
# 1.10 F32 Le type KC3 `F32` est un nombre flottant compatible C et IEEE 754 sur 32 bits. ## 1.10.1 Exemples ```elixir ikc3> (F32) 0.1 + (F32) 0.001 (F32) 1.009999e-1 ``` --- Top : [Documentation KC3](../) Précédent : [1.09 Cow](1.09_Cow) Suivant : [1.11 F64](1.11_F64)