X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_powerlaws.cpp;h=be62bfcf511df6cf58e06acd948388b8eb920e35;hp=c6203df1d85aa9cad152bfff2d64a0852763eaee;hb=a775c17c710b9fbca130b2f638a0f463b8b56585;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/exam_powerlaws.cpp b/check/exam_powerlaws.cpp index c6203df1..be62bfcf 100644 --- a/check/exam_powerlaws.cpp +++ b/check/exam_powerlaws.cpp @@ -23,7 +23,7 @@ #include "exams.h" -static unsigned exam_powerlaws1(void) +static unsigned exam_powerlaws1() { // (x^a)^b = x^(a*b) @@ -100,7 +100,7 @@ static unsigned exam_powerlaws1(void) return 0; } -static unsigned exam_powerlaws2(void) +static unsigned exam_powerlaws2() { // (a*x)^b = a^b * x^b @@ -198,7 +198,7 @@ static unsigned exam_powerlaws2(void) return 0; } -static unsigned exam_powerlaws3(void) +static unsigned exam_powerlaws3() { // numeric evaluation @@ -237,7 +237,7 @@ static unsigned exam_powerlaws3(void) return 0; } -static unsigned exam_powerlaws4(void) +static unsigned exam_powerlaws4() { // test for mul::eval() @@ -262,7 +262,7 @@ static unsigned exam_powerlaws4(void) return 0; } -static unsigned exam_powerlaws5(void) +static unsigned exam_powerlaws5() { // cabinet of slightly pathological cases @@ -284,7 +284,7 @@ static unsigned exam_powerlaws5(void) return 0; } -unsigned exam_powerlaws(void) +unsigned exam_powerlaws() { unsigned result = 0;