Edit

kc3-lang/kc3/doc/1_KC3/1.14_F32.en.md

Branch :

  • Show log

    Commit

  • Author : princedeblr Jeremy JEANNE
    Date : 2025-03-31 13:34:57
    Hash : 325f2c84
    Message : fix F32,F64 , and add few, few more basic types in the documention

  • doc/1_KC3/1.14_F32.en.md
  • # 1.14 F32
    
    The KC3 `F32` type is a C-compatible IEEE 754 floating point number
    on 32 bits.
    
    ## 1.14.1 Examples
    
    ```elixir
    ikc3> (F32) 0.1 + (F32) 0.001
    (F32) 1.009999e-1
    ```