﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
672	CR: Division by inexact zero results in infinity (or nan) as per IEEE 754	sjamaan		"Current behaviour in Chicken core AND the numbers egg is not IEEE754-compliant (afaik):

{{{
(/  1.0 0.0) => error: division by zero
(/ -1.0 0.0) => error: division by zero
(/  0.0 0.0) => error: division by zero
}}}

Should this be changed to return +inf.0, -inf.0 and +nan.0, respectively?"	defect	closed	major	4.9.0	core libraries	4.7.x	wontfix	numbers, flonums, IEEE 754		
