why unsigned not uses with double or float,can someone explain me this please | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

why unsigned not uses with double or float,can someone explain me this please

help me to explain

12th Jun 2019, 3:46 PM
Karan singh majila
Karan singh majila - avatar
1 Antwort
0
Floating point numbers are stored differently in binary. https://youtu.be/pUU4zrfn1m0 this is a decent example of converting an int into a single precision float. Doubles are double precision.
12th Jun 2019, 5:22 PM
Jackson O’Donnell