// ---------------------------------------------------------------------
//
-// Copyright (C) 2005 - 2014 by the deal.II authors
+// Copyright (C) 2005 - 2015 by the deal.II authors
//
// This file is part of the deal.II library.
//
eval("abs(-2.3)",Point<2>(0,0), 2.3);
eval("acos(0.5)",Point<2>(0,0), acos(0.5));
- eval("acosh(0.5)",Point<2>(0,0), acosh(0.5));
+ eval("acosh(1.5)",Point<2>(0,0), acosh(1.5));
eval("asin(0.5)",Point<2>(0,0), asin(0.5));
eval("asinh(0.5)",Point<2>(0,0), asinh(0.5));
eval("atan(0.5)",Point<2>(0,0), atan(0.5));
DEAL::'int(-3.8)' @ 1.10000 -2.00000 is -4.00000 ( expected -4.00000 )
DEAL::'abs(-2.3)' @ 0.00000 0.00000 is 2.30000 ( expected 2.30000 )
DEAL::'acos(0.5)' @ 0.00000 0.00000 is 1.04720 ( expected 1.04720 )
-DEAL::'acosh(0.5)' @ 0.00000 0.00000 is -nan ( expected -nan )
+DEAL::'acosh(1.5)' @ 0.00000 0.00000 is 0.962424 ( expected 0.962424 )
DEAL::'asin(0.5)' @ 0.00000 0.00000 is 0.523599 ( expected 0.523599 )
DEAL::'asinh(0.5)' @ 0.00000 0.00000 is 0.481212 ( expected 0.481212 )
DEAL::'atan(0.5)' @ 0.00000 0.00000 is 0.463648 ( expected 0.463648 )
// ---------------------------------------------------------------------
//
-// Copyright (C) 2005 - 2014 by the deal.II authors
+// Copyright (C) 2005 - 2015 by the deal.II authors
//
// This file is part of the deal.II library.
//