answersLogoWhite

0

What is a double variable?

Updated: 12/21/2022
User Avatar

Wiki User

10y ago

Best Answer

Potato

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

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

How many bytes is a double variable?

There are 8 bytes in a double


Define pointer to pointer in c?

Double (**) is used to denote the double pointer. As we know the pointer stores the address of variable, Double pointer stores the address of any pointer variable. Declaration : int **ptr2Ptr;


Features in law of double complementation?

In Boolean algebra, the law of double complementation states that a variable is equal to its double complement. This means that applying the complement operation twice to a variable yields the original variable. This law is useful in simplifying Boolean expressions and can help in reducing the complexity of logic circuits.


What would the variable expression be for double a number f?

2f


Why is it important to change double variable during an experiment?

becuase because


What will be the maximum size of a double variable?

8


In PHP you can use both single quotes ( ' ' ) and double quotes ( ) for strings?

You can use single quotes $variable = 'string'; You can use double quotes $variable = "string"; You can use the Heredoc method $variable = <<<EOT Very Long String EOT; And you can use the Nowdoc method (after PHP 5.3.0) $variable = <<<'EOT' Very Long String EOT;


C plus plus most accurate and largest range number variable?

double (or, on some platforms, long double)


Factors that distort the way the independent variable affects the dependent variable are referred to as?

The factors that distort the way the independent variable affects the dependent variable are referred to as the double-blinds. The factors try to explore the relationship between the dependent and independent variables.


What is the Use of a double dollar sign in php?

A double dollar sign in php makes a variable with a name equal to the value of the original variable. It works like this:$var = "keith";$$var = "palmer";print ($keith);// The output is: palmer


How do you write a floating point variable in c?

You declare a floating point variable using the float or double keyword for a single- or double-precision floating point variable, respectively:float a;double b;You reference a floating-point variable just like any other scalar variable by using the variable's name in a compatible expression, e.g.a += 2;b /= a;Floating point literals use a period for the decimal point, no "thousands separator," and use the letter 'e' to denote a power of ten, e.g.a = 0.123;b = 123e-3;Both a and b now have the same value, 123 times 10 to the power of -3 (which equals 0.123).


What is double differential?

Double differential refers to a process of calculating the rate of change of a variable with respect to two different variables simultaneously. This can involve taking partial derivatives or using the chain rule in calculus to determine how a change in one variable affects the rate of change of another variable. Double differential analysis is commonly used in economics and physics to understand complex relationships between multiple variables.