static CouNumber safeDiv(register CouNumber a, register CouNumber b, int sign)
division that avoids NaN's and considers a sign when returning infinity
Define a dynamic point+bounds, with a way to save and restore previous points+bounds through a LIFO s...