linspace

Function
linspace(n: int, t1: float = 0.0, t2: float = 1.0) -> list[float]

Generate n evenly spaced values from t1 to t2 (inclusive).