24#ifndef _GEMA_MATH_UTILS_H_
25#define _GEMA_MATH_UTILS_H_
#define GMC_API_EXPORT
Macro for controlling if the class is being exported (GEMA_CORE_LIB defined) or imported (GEMA_CORE_L...
Definition gmCoreConfig.h:35
Declaration of support functions and macros for information logging.
Groups utilitary routines for working with numbers.
Definition gmMathUtils.cpp:27
int sign(double a)
returns the sign of a double
Definition gmMathUtils.cpp:29