macaulay2:fix-division-by-zero

Last commit made on 2022-04-15
Get this branch:
git clone -b fix-division-by-zero https://git.launchpad.net/macaulay2

Branch merges

Branch information

Name:
fix-division-by-zero
Repository:
lp:macaulay2

Recent commits

eb668ba... by Mike Stillman <email address hidden>

fixes git issue 1856: raising 0 to the 0 was inconsistent: now it is always 1. Raising 0 to a positive value should give 1. This bug is fixed here

d9526b1... by Daniel R. Grayson

Merge pull request #2436 from d-torrance/boost-math

Add some special functions from the Boost Math Toolkit

c933afa... by Daniel R. Grayson

Merge pull request #2433 from DanGrayson/core-documentation

Core documentation

1406267... by Doug Torrance

Document regularizedBeta/inverseRegularizedBeta & update Beta docs

4692595... by Doug Torrance

Compile boost math code in cmake build

ba22a20... by Doug Torrance

Document inverseErf (and update erf/erfc docs)

2a385e2... by Doug Torrance

Document regularizedGamma and inverseRegularizedGamma

d443db1... by Doug Torrance

Add unit tests for new boost special functions

cb7e8a9... by Doug Torrance

Install methods for functions with 3 real arguments

Needed for regularizedBeta and inverseRegularizedBeta

54503c9... by Doug Torrance

Export and install methods for boost special functions at top level