git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Explicit function disambiguation.
[ginac.git]
/
check
/
exam_inifcns.cpp
diff --git
a/check/exam_inifcns.cpp
b/check/exam_inifcns.cpp
index 37dd05d2fd638fd8070295eabde01bd784daf968..454a826374061bc51e321e8c60b928be8a85b0ce 100644
(file)
--- a/
check/exam_inifcns.cpp
+++ b/
check/exam_inifcns.cpp
@@
-31,6
+31,7
@@
using namespace std;
static unsigned inifcns_consist_trans()
{
using GiNaC::asin; using GiNaC::acos;
static unsigned inifcns_consist_trans()
{
using GiNaC::asin; using GiNaC::acos;
+ using GiNaC::asinh; using GiNaC::acosh; using GiNaC::atanh;
unsigned result = 0;
symbol x("x");
unsigned result = 0;
symbol x("x");
@@
-124,6
+125,7
@@
static unsigned inifcns_consist_trans()
* exists in closed form and check if it's ok. */
static unsigned inifcns_consist_gamma()
{
* exists in closed form and check if it's ok. */
static unsigned inifcns_consist_gamma()
{
+ using GiNaC::tgamma;
unsigned result = 0;
ex e;
unsigned result = 0;
ex e;
@@
-170,6
+172,7
@@
static unsigned inifcns_consist_gamma()
static unsigned inifcns_consist_psi()
{
using GiNaC::log;
static unsigned inifcns_consist_psi()
{
using GiNaC::log;
+ using GiNaC::tgamma;
unsigned result = 0;
symbol x;
unsigned result = 0;
symbol x;