ルネサス
copysign関数群
[指定形式]
double copysign(double x, double y)
float copysignf(float x, float y)
[詳細説明]
xの絶対値をもち,かつyの符号をもつ値を返します。