#Floating Point data types; variables & literals

11 messages · Page 1 of 1 (latest)

hasty juniper
#

Anyone know of where I can find the best and most succinct explanation for a beginner to understand floating point variables, literals.
Or even an explanation here would be amazing.
Thank you

buoyant hollow
#

You're working with C++, correct? What part are you trying to understand?

hasty juniper
#

Yes sir. Pretty much all of it

buoyant hollow
#

The IEEE Standard for Floating-Point Arithmetic (IEEE 754) is a technical standard for floating-point arithmetic established in 1985 by the Institute of Electrical and Electronics Engineers (IEEE). The standard addressed many problems found in the diverse floating-point implementations that made them difficult to use reliably and portably. Many...

#

Basically this

hasty juniper
#

damn im fcked arent I lol

buoyant hollow
#

Nah it's actually pretty simple

#

But for college classes you will need this one

hasty juniper
#

ah i see. All self learning from me, coming from a completely different field.

#

Thank you for the links appreciate it.