my rust fork
https://www.rust-lang.org
Currently `logspace` does a lossy cast from `F::Int` to `usize`. This could be problematic in the rare cases that this is called with a step count exceeding what is representable in `usize`. Resolve this by instead adding bounds so the float's integer type itself can be iterated. |
||
|---|---|---|
| library/compiler-builtins/libm | ||