Commit c20e8ff6bc5e539bf89c0067dadc79d1b8300575
1 parent
25d756bc
indicate that the Anubis Float is C Double (64 bits double precision)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
types/ds_types.anubis
| @@ -19,7 +19,7 @@ public type DS_Anubis_Type: | @@ -19,7 +19,7 @@ public type DS_Anubis_Type: | ||
| 19 | word16, | 19 | word16, |
| 20 | word32, | 20 | word32, |
| 21 | string, | 21 | string, |
| 22 | - float, | 22 | + float, //it's C double 64 bit double precision |
| 23 | // float32, reserved for future implementation in Anubis (still under construction in Anubis) | 23 | // float32, reserved for future implementation in Anubis (still under construction in Anubis) |
| 24 | // float64, reserved for future implementation in Anubis (still under construction in Anubis) | 24 | // float64, reserved for future implementation in Anubis (still under construction in Anubis) |
| 25 | ds_type (String type_name), | 25 | ds_type (String type_name), |