Skip Navigation

RUST - Understanding integers and floats

chat-to.dev RUST - Understanding integers and floats

Rust has signed integers (denoted by **i**) and unsigned integers (denoted by **u**) that consist of 8, 16, 32, 64, and 128 bits. The math behind binary notation is not relevant for the scope of this book. What we do need to understand, though, is the range of numbers allowed in terms of bits. Becau...

RUST - Understanding integers and floats
0
0 comments