std::frexp
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<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) | |
.
| arg | ||
| exp |
[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..
(C++11)(C++11) |
2 () |
(C++11)(C++11)(C++11) |
() |
(C++11)(C++11)(C++11) |
() |
(C++11)(C++11) |
() |