We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cbd5d commit f6f06ceCopy full SHA for f6f06ce
1 file changed
README.rst
@@ -70,10 +70,10 @@ your `Cargo.toml`.
70
default `std` feature. To do so, use this in your `Cargo.toml`:
71
72
::
73
-
+
74
[dependencies]
75
ndarray = { version = "0.x.y", default-features = false }
76
77
78
- The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` and `std_axis`
79
methods are only available when `std` is enabled.
@@ -89,7 +89,7 @@ your `Cargo.toml`.
89
90
- ``approx``
91
92
- - Implementations of traits the [`approx`] crate.
+ - Implementations of traits from the [`approx`] crate.
93
94
- ``blas``
95
0 commit comments