
double () function in c++ or not? - Stack Overflow
Sep 12, 2014 · double(i) is the intrinsic constructor of a double value. There's no function declared for it anywhere.
C++ keyword: double - cppreference.com
Sep 1, 2024 · Floating-point types: float, double.
C Float and Double - GeeksforGeeks
Jul 23, 2025 · Double is used to store double precision floating point values. It is the greater version of float which can store real numbers with precision up to 15 decimal places.
C++ float and double - Programiz
In this tutorial, we will learn about the float and double data types with the help of examples. We will also look at some of the key differences between them and when to use them.
C++ double Keyword - W3Schools
The double keyword is a data type that is usually 64 bits long which stores fractional numbers. With 64 bits it can store positive and negative numbers with values between 1.7e−308 and …
c - Can I return double * in function? - Stack Overflow
Jan 22, 2010 · Right now, you've defined a and b as pointers to char, but you're having your function return a pointer to double. That's harmless but probably pointless and wasteful.
Double Function in C++ - Stack Overflow
Oct 2, 2015 · So the question remains is, how do I 'read the age into a double'? Even though I managed to get my output to show the age in months, I believe I've not clearly understand the …
DOUBLE function - Oracle
character string representation of a number if the argument is a string expression. The argument is an expression that returns a value of any built-in numeric data type. The result of the …
C++ Return double or int from function - Stack Overflow
Mar 31, 2012 · Thanks, I want calc ( 1, 2, 1.0 ); to return an int and calc ( 1, 2, 1.375 ); to return a double. The mult arg will always be 1.0 or 1.375. It's never just 1. Assuming this is for …
double function - RDocumentation
A non-negative integer specifying the desired length. Double values will be coerced to integer: supplying an argument of length other than one is an error.