3#ifndef TETL_CMATH_TYPEDEFS_HPP
4#define TETL_CMATH_TYPEDEFS_HPP
8#if defined(TETL_COMPILER_MSVC)
12 #define NAN TETL_BUILTIN_NAN("")
16 #define INFINITY TETL_BUILTIN_HUGE_VALF
20 #define HUGE_VALF TETL_BUILTIN_HUGE_VALF
24 #define HUGE_VAL TETL_BUILTIN_HUGE_VAL
28 #define HUGE_VALL TETL_BUILTIN_HUGE_VALL
double double_t
Most efficient floating-point type at least as wide as double.
Definition typedefs.hpp:40
float float_t
Most efficient floating-point type at least as wide as float.
Definition typedefs.hpp:36
Definition adjacent_find.hpp:8