dsilber (Daniel Silberschmidt)
- Login: dsilber
- Email: daniel.silberschmidt@gmail.com
- Registered on: 08/04/2010
- Last sign in: 08/14/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
11/04/2010
-
01:52 AM Ruby Bug #4022 (Rejected): Mistake in this cocient of logs followed by %1
- =begin
I get a wrong answer when I apply the following expression: Math.log(4913)/Math.log(17) % 1
This happens in ruby 1.9.1 and in ruby 1.8.7
With other set of numbers the answers are correct
irb(main):001:0> Math.log(4913)/M...
08/04/2010
-
11:06 PM Ruby Feature #3653 (Rejected): Diferential behaviour of positives and negatives ranges as subindex of string or arrays.
- =begin
The expression '[a..b]' when applied to a string or to an array return the slice from the string/array from a to b.
for example [0..3] returns the first four letters from a string
irb(main):004:0> "carromato"[0..3]
=> "ca...