Numeric.showFFloat outputs decimal point when it should not.
showFFloat Nothing 42 ""
The expression above should give "42" but actually gives "42.0". Only showFFloatAlt should do this.
Minimal example: http://ideone.com/yYvqrf
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.10.2 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | libraries/base |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |