~peterpall/maxima/+git/maxima.code:rtoy-new-doc-category-method

Last commit made on 2020-09-29
Get this branch:
git clone -b rtoy-new-doc-category-method https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-new-doc-category-method
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

4e3440a... by Raymond Toy <email address hidden>

Update to MathJax 3

e177ae6... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-new-doc-category-method

835adc1... by Raymond Toy <email address hidden>

Define Laplace transform

Add equation to define the Laplace transform more precisely so user's
know exactly what is being computed.

a256966... by PeterPall

share/contrib/wrstcse: A better way to generate random numbers between -1 and 1

The maxima-discuss-thread '"wrstcse" package: Out of [-1,1] interval tol[i]
values with wc_montecarlo() and possible unexpected behavior with
wc_mintypmax2tol()` in 08/2020 mentioned that wrstcse's method of generating
random numbers between -1 and 1 was not too intelligent when a random(2.0)-1.0
would have perfectly worked.

1d6cd41... by Raymond Toy <email address hidden>

Merge branch 'rtoy-move-polynomialp'

54a22fb... by Robert Dodier <email address hidden>

In macro DEFMFUN, strip dollar sign from name of implementation function,
so that code behaves as it is described in comments.
Fixes SF bug report #3643: "DEFMFUN creates $NAME and $NAME-IMPL, contradicting documentation"

Incidentally update maxima.system and maxima.asd to declare dependence of
most modules on the module which contains DEFMFUN.
The only exceptions are modules which do not have DEFMFUN functions.

5193cab... by Raymond Toy <email address hidden>

Define $nonnegintegerp with defmfun for better error checking

6518a02... by Raymond Toy <email address hidden>

Move rtest_polynomial to testsuite

49562a8... by Raymond Toy <email address hidden>

nonnegintegerp isn't part of the linearalgebra package

It's built in now.

8413fde... by Raymond Toy <email address hidden>

Use defmfun and add docstring