﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
804	#i and #e don't work correctly in the numbers egg	johnwcowan		"`#e1e400` currently returns `+inf.0` rather than exact 10^400^.

`#e2.3` currently returns `2.3` rather than `23/10`

`#i1/2` currently returns `1/2` instead of `0.5`

`#e+inf.0` currently returns `+inf.0` instead of reporting an error

No warnings should be printed.

A reasonable strategy is to look for `#i` and `#e`, and failing that, look for `.` and `e`.  That determines which converter should be used, the exact-arithmetic one or the inexact-arithmetic one. Other than infinities and NaNs, both converters should accept the same input and do the right thing with it."	defect	closed	major	4.9.0	extensions	4.7.x	duplicate			
