36#ifndef MATH_NEXTAFTER_H
37#define MATH_NEXTAFTER_H
42#ifndef CUSTOM_NEXTAFTER
51#ifndef CUSTOM_NEXTAFTER
52#define MATH_INLINE inline
66#ifndef CUSTOM_NEXTAFTER
70 return std::nextafter(x, y);
78 return std::nextafterf(x, y);
MATH_INLINE float64_t nextafter(float64_t x, float64_t y)
This is a application specific file which is used to configure Imt.Base.Core.Math.
double c_nextafter(double, double)
float c_nextafterf(float, float)
float float32_t
32 Bits float variable (float)
double float64_t
64 Bits float variable (double)