C/C++
frexp()

#include <math.h>
float frexpf(float num, int *exp);
double frexp(double num, int *exp);
long double frexpl(long double num, int *exp);



frexpf() frexpl() 99.

frexp() , num, mantissa , mantissa 0,5 1, , : num=mantissa*2^exp. , , .






Нет комментариев.



Оставить комментарий:
Ваше Имя:
Email:
Антибот: *  
Ваш комментарий: