This commit is contained in:
hdeng-apple
2025-04-29 22:26:05 +08:00
committed by GitHub
parent 99b9868859
commit 167b759a38
10 changed files with 13 additions and 13 deletions

View File

@@ -569,7 +569,7 @@ inline array std(const array& a, StreamOrDevice s = {}) {
return std(a, false, 0, to_stream(s));
}
/** Computes the standard deviatoin of the elements of an array along the given
/** Computes the standard deviation of the elements of an array along the given
* axes */
array std(
const array& a,