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

std::exp cppreference.com
cppreference.com

std::exp

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 exp( float arg );
double exp( double arg );
long double exp( long double arg );
double exp( Integral arg );
( C++11)
( , 2.7182818), arg
:
Computes the e (Euler's number, 2.7182818) raised to the given power arg
Google.
. .

arg
:
floating point value
Google.
. .

, arg
:
e raised to the power arg
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 \ln{x} }\)ln(x))
() []
(C++11)(C++11)
(\(\small{x^y}\)xy)
() []
,
( ) []
std::pow valarray valarray
( ) []

Web Proxy Viewer  |  New URL  |  Original Page