toggle menu
core
jvm
switch theme
search in API
core
/
com.acmerobotics.roadrunner
/
rangeCentered
range
Centered
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\)