Merge pull request #3155 from navneetzz/navneet/rusttypes

rust types : added floating point types
master
Rob Emery 2016-05-30 19:39:12 +01:00
commit 871be32bb8
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,14 @@
{
"key": "i64",
"val": "Signed integer in the range of [-(2^63), 2^63 - 1]"
},
{
"key": "f32",
"val": "The 32-bit floating point type"
},
{
"key": "f64",
"val": "The 64-bit floating point type"
}
],
"Machine-dependent Integer Types": [