repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
share/tensor/itensor.lisp: make X and D shared lexical variables for the functions...
[maxima.git]
/
share
/
simplification
/
absimp.dem
blob
96af0c71068212fe1fa322f384d64a7dea2b4e77
1
/* There isn't any really good way to tell if a package needs to be loaded ... */
2
if ?mget ('absimp, '?mexpr) # false
3
then "absimp.dem: function absimp is present."
4
else load ("absimp.mac");
5
abs(x)^2;
6
diff(abs(x),x);
7
cosh(abs(x));