Commit ae3ae70a authored by Davis King's avatar Davis King

clarified docs

parent 8e537c97
...@@ -1065,6 +1065,10 @@ namespace dlib ...@@ -1065,6 +1065,10 @@ namespace dlib
ensures ensures
- returns sqrt(sum(squared(m))) - returns sqrt(sum(squared(m)))
(i.e. returns the length of the vector m) (i.e. returns the length of the vector m)
- if (m contains integer valued elements) then
- The return type is a double that represents the length. Therefore, the
return value of length() is always represented using a floating point
type.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment