Home
last modified time | relevance | path

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

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Ddefine.h189 #define MGL_MIN_VAL 1e-307 macro
193 #define MGL_MIN_VAL 1e-37 macro
300 { return fabs(a-b)>MGL_MIN_VAL && a-a==0. && b-b==0.; } in mgl_isrange()