﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1814	OS X / PowerPC failing test: remainder return -0.0	cellularmitosis		"I recently added CHICKEN 5.3.0 to my package manager for OS X Tiger/PowerPC and Leopard/PowerPC: https://github.com/cellularmitosis/leopard.sh/commit/192014b920692434337783199742ceb217694f27

When I ran the tests, there was only one failure:

{{{
(FAIL) remainder: flo/flo: expected 0.0 but got -0.0
}}}

I also verified it by hand:

{{{
$ csi
CHICKEN
(c) 2008-2021, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.3.0 (rev e31bbee5)
macosx-unix-gnu-ppc [ 32bit dload ]

Type ,? for help.
#;1> (remainder 1.0 1.0)
-0.0
#;2> 
}}}

Thanks for all of your work on CHICKEN!
"	defect	new	minor	someday	unknown	5.3.0		remainder		
