Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/plugins/fn-math/
H A Dfunctions.c201 static const gnm_float gnm_gcd_max = 1 / GNM_EPSILON; variable
223 if (thisx < 0 || thisx > gnm_gcd_max) in range_gcd()
284 if (thisx < 1 || thisx > gnm_gcd_max || lcm > gnm_gcd_max) in range_lcm()
H A DChangeLog456 * functions.c (gnm_gcd_max): Fix type.