36#ifndef MATH_REMAINDER_H
37#define MATH_REMAINDER_H
42#ifndef CUSTOM_REMAINDER
51#ifndef CUSTOM_REMAINDER
52#define MATH_INLINE inline
66#ifndef CUSTOM_REMAINDER
70 return std::remainder(numer, denom);
78 return std::remainderf(numer, denom);
MATH_INLINE float64_t remainder(float64_t numer, float64_t denom)
This is a application specific file which is used to configure Imt.Base.Core.Math.
float c_remainderf(float, float)
double c_remainder(double, double)
float float32_t
32 Bits float variable (float)
double float64_t
64 Bits float variable (double)