fails:Float#quo performs floating-point division between self and a Fixnum
fails:Float#quo performs floating-point division between self and a Bignum
fails:Float#quo performs floating-point division between self and a Float
fails:Float#quo returns NaN when the argument is NaN
fails:Float#quo returns Infinity when the argument is 0.0
fails:Float#quo returns -Infinity when the argument is 0.0 and self is negative
fails:Float#quo returns Infinity when the argument is 0
fails:Float#quo returns -Infinity when the argument is 0 and self is negative
fails:Float#quo returns 0.0 when the argument is Infinity
fails:Float#quo returns -0.0 when the argument is -Infinity
fails:Float#quo performs floating-point division between self and a Rational
fails:Float#quo performs floating-point division between self and a Complex
fails:Float#quo raises a TypeError when argument isn't numeric
fails:Float#quo raises an ArgumentError when passed multiple arguments
