| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
`float` has been removed from the language. SQLite documents their REAL type as being an [f64](), so use that. Exposes a correctness bug where Rust wouldn't pick f32 as the float type. [f64] - http://sqlite.org/datatype3.html
| Back | FazBrowse Home | New Git URL |
float has been removed from the language. SQLite documents their REAL type
as being an f64, so use that. Exposes a correctness bug where Rust
wouldn't pick f32 as the float type.
[f64] - http://sqlite.org/datatype3.html