File: absimp.dem

package info (click to toggle)
maxima 5.49.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 128,980 kB
  • sloc: lisp: 437,854; fortran: 14,665; tcl: 10,143; sh: 4,598; makefile: 2,204; ansic: 447; java: 374; python: 262; perl: 201; xml: 60; awk: 28; sed: 15; javascript: 2
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
/* There isn't any really good way to tell if a package needs to be loaded ... */
if ?mget ('absimp, '?mexpr) # false
  then "absimp.dem: function absimp is present."
  else load ("absimp.mac");
abs(x)^2;
diff(abs(x),x);
cosh(abs(x));