(CVS did not want to undo update)
This commit is contained in:
parent
5f11437fd1
commit
5ed7bf6aba
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.8 2004/03/08 19:40:48 tarini
|
||||||
|
*** empty log message ***
|
||||||
|
|
||||||
Revision 1.7 2004/03/08 19:38:29 tarini
|
Revision 1.7 2004/03/08 19:38:29 tarini
|
||||||
aggiunti Min e Max, si usano cosi: Min<float>::Value (tarini)
|
aggiunti Min e Max, si usano cosi: Min<float>::Value (tarini)
|
||||||
|
|
||||||
|
@ -83,8 +86,8 @@ namespace math {
|
||||||
inline double Asin(const double v) { return asin(v); }
|
inline double Asin(const double v) { return asin(v); }
|
||||||
|
|
||||||
|
|
||||||
// max and min values for each scala type
|
/// max and min values for each scala type
|
||||||
// syntax: Max<float>::Value
|
/// syntax: Max<float>::Value
|
||||||
|
|
||||||
template <class SCALAR> class Min {
|
template <class SCALAR> class Min {
|
||||||
public: static const SCALAR Value;
|
public: static const SCALAR Value;
|
||||||
|
|
Loading…
Reference in New Issue