linear

fun linear(start: Double, stop: Double, num: Int = 50): F64FlatArray

Creates an array with a linear range of values.

Return

the created array

Since

1.0.7

Parameters

start

the start value

stop

the stop value

num

the number of values


Creates an array with a linear range of values.

Return

the created array

Since

1.1.1

Parameters

range

the range of values