Update FUBS authored by Eron's avatar Eron
...@@ -57,8 +57,8 @@ We have an almost pathological focus on minimalism. We want the functionality o ...@@ -57,8 +57,8 @@ We have an almost pathological focus on minimalism. We want the functionality o
* No operations allowed except storing and retreiving from array and casting. * No operations allowed except storing and retreiving from array and casting.
* 4 byte integer * 4 byte integer
* 8 byte integer (not implemented yet) * 8 byte integer (not implemented yet)
* IEEE 745 single precision floating point * IEEE 754 single precision floating point
* IEEE 745 double precision floating point (not implemented yet) * IEEE 754 double precision floating point (not implemented yet)
* Boolean * Boolean
* Reference types (nullable): * Reference types (nullable):
* Array * Array
... ...
......