You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
323 B

\precision=100
x1=sqrt(2)
x2=sqrt(3)
x3=log(2)
#
x1*x2
x1*x2
sqrt(x3)
sqrt(x3)
pi
euler
exp(1)
exp(-x1)
exp(-x1)
log(x2)
log(x2)
sin(5*x1)
sin(5*x1)
cos(5*x1)
cos(5*x1)
asin(x3)
asin(x3)
acos(x3)
acos(x3)
atan(x3)
atan(x3)
sinh(x2)
sinh(x2)
cosh(x2)
cosh(x2)
asinh(x3)
asinh(x3)
acosh(1+x3)
acosh(1+x3)
atanh(x3)
atanh(x3)