]> www.ginac.de Git - ginac.git/blobdiff - check/exam_inifcns.cpp
* Fixed bug in example
[ginac.git] / check / exam_inifcns.cpp
index a3a09650cd809f6020f820a0b7d99857b5c05382..c108ada8574c1f8387218c3169ed7607143215f0 100644 (file)
@@ -26,6 +26,8 @@
 /* Assorted tests on other transcendental functions. */
 static unsigned inifcns_consist_trans()
 {
+       using GiNaC::asin; using GiNaC::acos;
+
        unsigned result = 0;
        symbol x("x");
        ex chk;
@@ -163,6 +165,8 @@ static unsigned inifcns_consist_gamma()
    arguments where the result exists in closed form and check if it's ok. */
 static unsigned inifcns_consist_psi()
 {
+       using GiNaC::log;
+
        unsigned result = 0;
        symbol x;
        ex e, f;