36#ifndef MATH_COPYSIGN_H
37#define MATH_COPYSIGN_H
42#ifndef CUSTOM_COPYSIGN
51#ifndef CUSTOM_COPYSIGN
52#define MATH_INLINE inline
66#ifndef CUSTOM_COPYSIGN
70 return std::copysign(x, y);
78 return std::copysign(x, y);
MATH_INLINE float64_t copysign(float64_t x, float64_t y)
This is a application specific file which is used to configure Imt.Base.Core.Math.
float c_copysignf(float, float) __pure2
double c_copysign(double, double) __pure2
float float32_t
32 Bits float variable (float)
double float64_t
64 Bits float variable (double)