[next] [prev] [prev-tail] [tail] [up]
#include <msca.h> double scopysign (double x, double y); float scopysignf(float x, float y);
Given values and this function returns the value of with its sign changed to that of . This is the equivalent of:
[next] [prev] [prev-tail] [front] [up]