Examples of using Double-precision in English and their translations into Korean
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
A double-precision, floating-point number between 0 and 1.
The Double type represents a double-precision floating-point number.
If a double-precision computation returns the answer 5, the result is only accurate to within eps(5).
Variables of type double represent double-precision floating-point numbers.
No encoded double-precision value will begin with the pattern 0x0000 or 0xFFFF.
Double and longdouble values are represented by IEEE double-precision values.
Converts a double-precision real number to a complex number.
Converts the complex number to a double-precision real number.
For example assigning a double-precision floating point number to a single-precision floating point number may result in a loss of precision.
Use gather to transfer the data from the GPU to the MATLAB® workspace as a double-precision vector.
This tells you that there are no double-precision numbers between 5 and 5+ eps(5).
The two floating point types, float and double, are represented using the 32-bit single-precision and 64-bit double-precision IEEE 754 formats.
In IEEE 754 floating-point format, double-precision can not exceed 53-bit precision.
Double-precision means that these numbers are stored using greater precision than single-precision.
The value of the specified column as a double-precision floating point number.
Instead of the 64-bit, double-precision, floating-point arithmetic commonly used in scientific modelling, these calculations are performed using 16-bit, or half-precision, floating-point arithmetic, Wells said.
Consider the following example where x is a single-precision floating point number, and y is a double-precision floating point number.
Provides a type converter to convert double-precision, floating point number objects to and from various other representations.
The CLng function is used to force integer arithmetic in cases where currency, single-precision, or double-precision arithmetic normally would occur.
A Floating-point Signed hexadecimal double-precision floating-point value that has the form[-]0xh. hhhhp±dd, where h.
For example, use CInt or CLng to force integer arithmetic in cases where currency, single-precision, or double-precision arithmetic normally would occur.
Provides a type converter to convert double-precision, floating point number objects to and from various other representations.
A Floating-point Signed hexadecimal double-precision floating-point value that has the form[-]0Xh. hhhhP±dd, where h. hhhh are the hex digits(using capital letters) of the mantissa, and dd are one or more digits for the exponent.
The WPF coordinate system is measured with double-precision floating-point numbers rather than single-precision.
For example, use CDbl or CSng to force double-precision or single-precision arithmetic in cases where currency or integer arithmetic normally would occur.