std::exp2
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> double exp2( double n ); |
( C++11) | |
float exp2( float n ); |
( C++11) | |
long double exp2( long double n ); |
( C++11) | |
double exp2( Integral n ); |
( C++11) | |
2,
n| n |
, HUGE_VAL .
:
If the result is too large for the underlying type, range error occurs and HUGE_VAL is returned.
.
(C++11)(C++11) |
e (\({\small e^x}\)ex) () |
(C++11)(C++11)(C++11) |
2 (\({\small \log_{2}{x} }\)log2(x)) () |
(C++11)(C++11) |
( e) (\({\small \ln{x} }\)ln(x)) () |
(C++11)(C++11) |
(\(\small{x^y}\)xy) () |