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

std::exp2 cppreference.com
cppreference.com

std::exp2

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>
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
:
Computes 2 raised to the given power n
Google.
. .

n
:
floating point value
Google.
. .

2, n (.. 2n)
:
2 raised to the n (i.e. 2n)
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)
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)
() []

Web Proxy Viewer  |  New URL  |  Original Page