|
|
last edited 6 years ago by test1 |
1 2 3 4 5 6 7 8 9 10 | ||
Editor: test1
Time: 2018/02/08 16:24:27 GMT+0 |
||
Note: |
added:
From test1 Thu Feb 8 16:24:27 +0000 2018
From: test1
Date: Thu, 08 Feb 2018 16:24:27 +0000
Subject:
Message-ID: <20180208162427+0000@axiom-wiki.newsynthesis.org>
Status: fix proposed => closed
(1) -> integrate(sin(x)**2,x=0..1)
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
returns "potentialPole". This doesn't look right. We have
integrate(sin(x)**2,x)
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
and
integrate(sin(x)**2,x=0..1, "noPole")
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type,or "$" to specify which version of the function you need.
There is no pole.