rangeCentered

fun rangeCentered(begin: Double, end: Double, samples: Int): List<Double>

Partitions a,b into n equal intervals and returns the center values.

Parameters

begin

a

end

b

samples

n