Home
last modified time | relevance | path

Searched refs:FTH_MATH_ERROR_THROW (Results 1 – 1 of 1) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dnumbers.c51 #define FTH_MATH_ERROR_THROW(Desc) \ macro
431 FTH_MATH_ERROR_THROW("log, x < 0"); in fth_log()
441 FTH_MATH_ERROR_THROW("log2, x < 0"); in fth_log2()
451 FTH_MATH_ERROR_THROW("log10, x < 0"); in fth_log10()
2127 FTH_MATH_ERROR_THROW("log1p, x < 0"); in ficl_flogp1()
3367 FTH_MATH_ERROR_THROW("denominator 0"); in fth_make_ratio()
3380 FTH_MATH_ERROR_THROW("denominator 0"); in fth_make_ratio_from_int()