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

std::frexp cppreference.com
cppreference.com

std::frexp

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 frexp( float arg, int* exp );
double frexp( double arg, int* exp );
long double frexp( long double arg, int* exp );
double frexp( Integral arg, int* exp );
( C++11)
.
:
Decomposes given floating point value to significand and exponent.
Google.
. .

arg
:
floating point value
Google.
. .
exp
:
pointer to integer value to store the exponent to
Google.
. .

[0.5; 1). , exp.
:
significand of the given floating point number in the range of [0.5; 1). The exponent is put into integer value pointed to by exp.
Google.
. .

.

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

() []
(C++11)(C++11)(C++11)

() []
(C++11)(C++11)

() []

Web Proxy Viewer  |  New URL  |  Original Page