answersLogoWhite

0

What is mantissa of double float?

Updated: 12/23/2022
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is mantissa of double float?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the range of float?

i wann't ask the range of double float and long double float??


What is mantissa in logarithm?

whats is the mantissa of logarithm


Method of storing floating numbers in c plus plus in memory?

The C++ standard defines two built-in types for floating point numbers: the float and the double. The float (or single precision number) is 32 bits long while a double (or double precision number) is 64 bits long. The bits can be broken down into three parts: the sign (positive or negative); a biased exponent; and a fraction (the mantissa). See the related links, below, for more information.


When was Mantissa College created?

Mantissa College was created in 1999.


When was Mantissa - band - created?

Mantissa - band - was created in 1989.


What is the mantissa of a floating point number?

The mantissa - also known as a significand or coefficient - is the part of a floating-point number which contains the significant digits of that number. In the common IEEE 754 floating point standard, the mantissa is represented by 53 bits of a 64-bit value (double) and 24 bits of a 32-bit value (single).


Why should double data type is preferable over float data type?

by default any float value is double


If you have a variable like float monthlypayment error message says found double requires float in monthlyPayment mortgageFunds interestRate?

Just use a double instead of a float. Double allows for a larger number and you won't produce that error.


What are two Java primitive types store floating-point numbers?

In Java, you can use either a float or a double


What is another word for float in c plus plus?

double, but double is nearly twice the precision of float, so its not really the same thing.


Is the double a modifier in c plus plus?

A double is a floating point type, greater than or equal in size to a float.


What is the effect of increasing the number of bytes allocated to the mantissa?

The mantissa holds the bits which represent the number, increasing the number of bytes for the mantissa increases the number of bits for the mantissa and so increases the size of the number which can be accurately held, ie it increases the accuracy of the stored number.