Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.04.09;
Скачать: CL | DM;

Вниз

C++   Найти похожие ветки 

 
Silica ©   (2006-03-15 20:31) [0]

Подскажите, пожалуйста, что такое pow(...). В С++ не работает справка, а книг нет. Нужно написать прогу в дельфи, а пример программы написан на C++.
Буду оч благодарна. Заранее спасибо. :)


 
Джо ©   (2006-03-15 20:39) [1]

Степень, наверное.


 
Cash ©   (2006-03-15 20:41) [2]

Pow - от power.

На по справке:

Header File
math.h

Category
Math Routines

Syntax
#include <math.h>
double pow(double x, double y);
long double powl(long double x, long double y);

Description
Calculates x to the power of y.

powl is the long double version; it takes long double arguments and returns a long double result.

Return Value
On success, pow and powl return the value calculated of x to the power of y.

Sometimes the arguments passed to these functions produce results that overflow or are incalculable. When the correct value would overflow, the functions return the value HUGE_VAL (pow) or _LHUGE_VAL (powl). Results of excessively large magnitude can cause the global variable errno to be set to

ERANGE Result out of range
If the argument x passed to pow or powl is real and less than 0, and y is not a whole number, or you call pow(0,0), the global variable errno is set to



Страницы: 1 вся ветка

Текущий архив: 2006.04.09;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.043 c
2-1143271124
Der Nechk@ssoff
2006-03-25 10:18
2006.04.09
Непонимаю как исправить error


6-1134687059
Indy
2005-12-16 01:50
2006.04.09
[INDY] Как использовать TIdIOHandlerStream совместно с TIdNNTP?


15-1142402854
Думкин
2006-03-15 09:07
2006.04.09
Субъективизм и уверенность в абсолюте. И в программировании.


15-1142524954
Esu
2006-03-16 19:02
2006.04.09
Где вы находите новых сотрудников


6-1135728507
0xBAD
2005-12-28 03:08
2006.04.09
TWebBrowser и буфер обмена