Help for this page

Select Code to Download


  1. or download this
    [0,50/96) => 1,
    [50/96,150/96) => 2,
    on and on
    [some fraction,5] => 3
    
  2. or download this
    [0,3/3 * 3)  => 1
    [3/3 * 3, 3/3*3 + 2/3*3 ) => 2
    ...
    
    [0,1] => 1,
    [1,3] => 2