mirror of https://github.com/davisking/dlib.git
Made spec a little more clear.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403575
This commit is contained in:
parent
2101de17d2
commit
f505d4d954
|
@ -153,7 +153,7 @@ namespace dlib
|
|||
requires
|
||||
- current_n() > 1
|
||||
ensures
|
||||
- return (val-mean())/std::sqrt(variance());
|
||||
- return (val-mean())/stddev();
|
||||
!*/
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue