aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-05 01:31:06 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-05 01:31:06 +0000
commitdd0a7e082512b1d16c314996870e01bf2e1e305d (patch)
tree2564ccdc53b6e72a1c3dc862e641788cd2a8bb59 /src/testsuite
parentbd82f853e448fd53da90b72db061bb996de35f17 (diff)
downloadopen-axiom-dd0a7e082512b1d16c314996870e01bf2e1e305d.tar.gz
Fix AW/440
* algebra/integrat.spad.pamphlet (integrate$FunctionSpaceComplexIntegration): Use complexIntegrate for complex expressions. * testsuite/aw-440.input: New.
Diffstat (limited to 'src/testsuite')
-rw-r--r--src/testsuite/aw-440.input4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testsuite/aw-440.input b/src/testsuite/aw-440.input
new file mode 100644
index 00000000..ed11c072
--- /dev/null
+++ b/src/testsuite/aw-440.input
@@ -0,0 +1,4 @@
+-- Contributed by Martin Rubey
+-- Also similar to AW/442
+integrate(log(1-z^3)*(%i*z)^(1/2),z)
+integrate(csc(z)*(1-1/(%iz)^(1/2))^(1/2),z)