[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/numeric/math/ldexp [Back]  [Original]

std::ldexp cppreference.com
cppreference.com

std::ldexp

cppreference.com

<metanoindex/>

 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
(C++17)
(C++20)
(C++11)
(C++11)
(C++17)
(C++17)
(C++20)
(C++20)
(C++11)
(C++17)
(C++20)
(C++23)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
 
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)
(C++11)
/
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
-
(C++11)(C++11)(C++11)(C++11)(C++11)
 
<tbody> </tbody>
float ldexp( float arg, int exp );
double ldexp( double arg, int exp );
long double ldexp( long double arg, int exp );
double ldexp( Integral arg, int exp );
( C++11)
arg 2 exp.
:
Multiplies an floating point value arg by 2 raised to power exp.
Google.
. .

arg
:
floating point value
Google.
. .
exp
:
integer value
Google.
. .

x×2exp
:
returns x×2exp
Google.
. .
, HUGE_VAL .
:
If the result is too large for the underlying type, range error occurs and HUGE_VAL is returned.
Google.
. .

.

(C++11)(C++11)
2
() []
(C++11)(C++11)(C++11)(C++11)(C++11)(C++11)
FLT_RADIX
() []

Web Proxy Viewer  |  New URL  |  Original Page