Go to the documentation of this file.
60 static const char*
const typeName;
61 static const char* componentNames[];
112 return (s >= 0)? 1: -1;
117 return (s >= 0)? 1: 0;
122 return (s < 0)? 1: 0;
137 return (
mag(s1) <
mag(s2)) ? s1: 0.0;
142 return (
mag(s1) <
mag(s2)) ? s1: s2;
162 return maga*
sqrt(1.0 +
sqr(magb/maga));