Ensures that the number of subintervals is a multiple of m, or
equivalently, if there are n points, that n-1 is a multiple of m
public static isSubintervalsMultiple ( array $points, number $m ) | ||
$points | array | |
$m | number | The number that n-1 should be a multiple of |