When including functype.h, make sure these files are included first:
include "compiler.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | Func |
Enumerations | |
| enum | safe_err { safe_problem = -1, safe_ok = 0, safe_div_by_zero = 1, safe_complex_result = 2, safe_overflow = 3, safe_underflow = 4, safe_range_error = 5 } |
| enum | Func_enum { F_LOG10, F_LN, F_EXP, F_SIN, F_COS, F_TAN, F_ARCSIN, F_ARCCOS, F_ARCTAN, F_SQR, F_SQRT, F_LNM, F_SINH, F_COSH, F_TANH, F_ARCSINH, F_ARCCOSH, F_ARCTANH, F_CUBE, F_CBRT, F_ABS, F_HOLD } |
1.5.1