32 bit integer, 32bit float and 64 bit doubles - huh?
Posted: Tue Jan 10, 2012 5:54 am
A quick question in regards to these 3.
Scope says that it uses 32 bit integer for its sound and up to 40 bit float for its parameters and algorithms.
32 bit integer is pure mantissa, correct?
32bit float is pure 24bit mantissa and 8 bit exponent, correct?
What is 64 bit(Doubles)? especially in terms of the mantissa?
is it 32 bit integer with 32 bits of exponent, 32 bit float with 32 bits of exponent(making it still 24bit mantissa) or 24 bit with 40 bit exponent?
I am getting back into learning programming and this has me somewhat inquisitive?
Scope says that it uses 32 bit integer for its sound and up to 40 bit float for its parameters and algorithms.
32 bit integer is pure mantissa, correct?
32bit float is pure 24bit mantissa and 8 bit exponent, correct?
What is 64 bit(Doubles)? especially in terms of the mantissa?
is it 32 bit integer with 32 bits of exponent, 32 bit float with 32 bits of exponent(making it still 24bit mantissa) or 24 bit with 40 bit exponent?
I am getting back into learning programming and this has me somewhat inquisitive?