MicrOS
math.c File Reference
#include "../math.h"

Variables

int _math_errhandling = MATH_ERRNO
 Expands to an expression of type int that is either equal to MATH_ERRNO, or equal to MATH_ERREXCEPT, or equal to their bitwise OR (MATH_ERRNO | MATH_ERREXCEPT). More...
 

Variable Documentation

◆ _math_errhandling

int _math_errhandling = MATH_ERRNO

Expands to an expression of type int that is either equal to MATH_ERRNO, or equal to MATH_ERREXCEPT, or equal to their bitwise OR (MATH_ERRNO | MATH_ERREXCEPT).