ccashwell (Chris Cashwell)
- Login: ccashwell
- Email: ccashwell@gmail.com
- Registered on: 01/11/2013
- Last sign in: 01/11/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/11/2013
-
05:48 AM Ruby Bug #7682 (Rejected): Inconsistent results when using variables versus raw floats in exponential calculations
- When performing exponential calculations using a negative number as the base, inconsistent results are returned when using the raw value as opposed to a variable containing the value.
In IRB:
1.9.3p194 :001 > -4.5 ** 0.5
=> -2.12...