copysign, copysignf, copysignl - number manipulation function
c99 [ flag... ] file... -lm [ library... ] #include <math.h> double copysign(double x, double y);
float copysignf(float x, float y);
long double copysignl(long double x, long double y);
These functions produce a value with the magnitude of x and the sign of y.
Upon successful completion, these functions return a value with the magnitude of x and the sign of y.
See attributes(5) for descriptions of the following attributes:
|
math.h(3HEAD), signbit(3M),attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |