| Author |
Comment/Response |
Humphrey
|
10/05/07 11:00am
The following seems to give the wrong result:
BinCounts[{101.13528790591918`, 100, 98.85051300731969`}, 0.2]
{1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}
However
BinCounts[{101.13528790591918`, 100, 98.85051300731969`}, 0.5]
does work
{1, 0, 0, 1, 0, 1}
URL: , |
|