Skip to content

Commit

Permalink
Tests to increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikharJ committed Jan 21, 2017
1 parent c4d2322 commit 00b226e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symengine/tests/eval/test_eval_double.cpp
Expand Up @@ -107,6 +107,8 @@ TEST_CASE("eval_double: eval_double", "[eval_double]")
{SymEngine::atan2(r1, neg(r2)), 2.08867384922582},
{mul(pi, mul(E, EulerGamma)), 4.92926836742289},
{pow(mul(EulerGamma, r4), integer(8)), 4813.54354505117582},
{pow(E, real_double(0.2)), 1.22140275816017},
{pow(real_double(0.2), E), 0.01258932770594},
{mul(EulerGamma, integer(10)), 5.7721566490153286},
{max({r2, r1}), 0.841470984808},
{min({add(r1, r4), r2}), 0.479425538604},
Expand Down

0 comments on commit 00b226e

Please sign in to comment.