mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@151480 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
325 B
Diff
11 lines
325 B
Diff
--- lib/JAMA/tnt_math_utils.h~ 2006-05-10 13:58:50.000000000 -0400
|
|
+++ lib/JAMA/tnt_math_utils.h 2011-01-29 22:34:16.000000000 -0500
|
|
@@ -19,6 +19,7 @@
|
|
|
|
namespace TNT
|
|
{
|
|
+template <class Real> Real abs(const Real &a);
|
|
/**
|
|
@returns hypotenuse of real (non-complex) scalars a and b by
|
|
avoiding underflow/overflow
|