C++ - lib_ cmath

 0    21 Fiche    sir
скачать mp3 басу ойын өзіңді тексер
 
сұрақ жауап
Returns sqrt(x^2 +y^2) without intermediate overflow or underflow
оқуды бастаңыз
hypot(x, y)
Returns the absolute value of x
оқуды бастаңыз
abs(x)
fabs(x)
Returns the cube root of x
оқуды бастаңыз
cbrt(x)
Returns the floating point remainder of x/y
оқуды бастаңыз
fmod(x, y)
Returns the lowest value of a floating x and y
оқуды бастаңыз
fmin(x, y)
Returns the highest value of a floating x and y
оқуды бастаңыз
fmax(x, y)
Returns the value of x rounded up to its nearest integer
оқуды бастаңыз
ceil(x)
Returns the value of x rounded down to its nearest integer
оқуды бастаңыз
floor(x)
Returns the value of x to the power of y
оқуды бастаңыз
pow(x, y)
Returns the absolute value of a floating x
оқуды бастаңыз
fabs(x)
Returns the value of e^x
оқуды бастаңыз
exp(x)
Returns the sine of x (x is in radians)
оқуды бастаңыз
sin(x)
Returns the hyperbolic sine of a double value
оқуды бастаңыз
sinh(x)
Returns the tangent of an angle
оқуды бастаңыз
tan(x)
Returns the hyperbolic tangent of a double value
оқуды бастаңыз
tanh(x)
Returns the cosine of x
оқуды бастаңыз
cos(x)
Returns the hyperbolic cosine of x
оқуды бастаңыз
cosh(x)
Returns the arccosine of x
оқуды бастаңыз
acos(x)
Returns the arcsine of x
оқуды бастаңыз
asin(x)
Returns the arctangent of x
оқуды бастаңыз
atan(x)
Returns the cube root of x
оқуды бастаңыз
cbrt(x)

Пікір қалдыру үшін жүйеге кіру керек.