X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_inifcns.cpp;h=c108ada8574c1f8387218c3169ed7607143215f0;hp=a3a09650cd809f6020f820a0b7d99857b5c05382;hb=757406e244f4f257aafaa0f355d5376122cea10e;hpb=201fc92bfd5806596a5a75a5ae0586d7302c0897 diff --git a/check/exam_inifcns.cpp b/check/exam_inifcns.cpp index a3a09650..c108ada8 100644 --- a/check/exam_inifcns.cpp +++ b/check/exam_inifcns.cpp @@ -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;