*** empty log message ***
This commit is contained in:
parent
5c665abb06
commit
1d6f417127
3 changed files with 0 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -45,7 +45,6 @@ arcsinh.o \
|
|||
arctan.o \
|
||||
arctanh.o \
|
||||
arg.o \
|
||||
atomize.o \
|
||||
bake.o \
|
||||
besselj.o \
|
||||
bessely.o \
|
||||
|
|
|
@ -194,9 +194,6 @@ static char *s[] = {
|
|||
"y=r*sin(theta)",
|
||||
"",
|
||||
|
||||
"f=eval(f)",
|
||||
"",
|
||||
|
||||
"defint(f*r,r,0,3,theta,0,2pi)",
|
||||
"-27*pi",
|
||||
|
||||
|
|
1
selftest
1
selftest
|
@ -2839,7 +2839,6 @@ S=(x,y,z)
|
|||
f=dot(curl(F),cross(d(S,x),d(S,y)))
|
||||
x=r*cos(theta)
|
||||
y=r*sin(theta)
|
||||
f=eval(f)
|
||||
defint(f*r,r,0,3,theta,0,2pi)
|
||||
check(last = -27*pi)
|
||||
-- mini-test.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue