52#define MATH_INLINE inline
70 return std::scalbn(x, n);
78 return std::scalbnf(x, n);
MATH_INLINE float64_t scalbn(float64_t x, int32_t n)
This is a application specific file which is used to configure Imt.Base.Core.Math.
float c_scalbnf(float, int)
double c_scalbn(double, int)
float float32_t
32 Bits float variable (float)
double float64_t
64 Bits float variable (double)