~peterpall/maxima/+git/maxima.code:rtoy-add-urls-to-docs

Last commit made on 2022-06-24
Get this branch:
git clone -b rtoy-add-urls-to-docs https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-add-urls-to-docs
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

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

Add macros for producing A&S and DLMF links

The macros urlaands and urldlmf produce nice URL links that we can
click on in the HTML and pdf manual. The info manual has the links
shown so the user can just cut-n-paste them to a browser.

Modified a couple references to A&S (Special.texi) and DLMF
(nset.texi) to use the macros to see how it looks.

4be7fba... by =?utf-8?q?Elias_M=C3=A5rtenson?= <email address hidden>

Update maxima.asd to be in line with maxima.system

The file nregexp was changed to pregexp. This change was onlt done in
the system file, and not the corresponding asd.

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

Fix unsimplified results in spherical_bessel_j and y.

p-fun and q-fun had a literal ((rat) a b) that should have been (div a
b). This caused spherical_bessel_j(2,x) to have an unsimplified 24/8
instead of 3.

b808300... by "Viktor T. Toth" <email address hidden>

Omitted word in Integration.texi (bug #3992)

8df4af1... by PeterPall

A "see all" section for the realroots manual section

b48f887... by Robert Dodier <email address hidden>

In package ezunits, handle additional special cases in function units
(for operators "*" "/" sqrt "[" matrix "{" ".")
and change default return value to noun expression.

882e87f... by Robert Dodier <email address hidden>

In package ezunits, handle diff, integrate, and at noun expressions in function units.

In each case, units(foo) is computed from units for arguments of foo,
when foo is a diff, integrate, or at noun expression:

 * units('diff(f, x, m, ..., z, n)) = units(f)/(units(x)^m * ... * units(z)^n)
 * units('integrate(f, x, ...)) = units(f)*units(x)
 * units('at(e, ...)) = units(e)

b61e26e... by Robert Dodier <email address hidden>

In function mnewton, implement optional argument DF for the Jacobian
of the function list.

If not supplied, DF is calculated automatically (as it has been up til now).

Update documentation and add a test case for the optional argument.

e75593b... by Wolfgang Dautermann <email address hidden>

Windows installer: update wxWidgets.

(if compiling an installer with the current wxMaxima development
version).

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

Make elliptic integral formulas a bit nicer

Put more space between the integrand and the differential.

For the list of elementary functions in terms of carlson_rc, add more
space between the formula and the constraint. It was kind of smashed
together and hard to read.