robertgj

Results 4 issues of robertgj

- [x ] I made serious effort to avoid creating duplicate or nearly similar issue - [x ] Programmer/board type: [STLINK/V2-onboard] - [x ] Operating system an version: [Linux Fedora...

Firstly, thank you for the mpsolve package. Building the mpsolve-3.1.7 zipfile downloaded from github.com: ``` wget -c https://github.com/robol/MPSolve/archive/master.zip unzip master.zip cd MPSolve-master sh ./autogen.sh ./configure --prefix=$OCTAVE_DIR make -j 6 &&...

The DLMF at Equation 22.16.32 (see : https://dlmf.nist.gov/22.16) defines the Jacobi Zeta function with the argument x. For boost::math::jacobi_zeta the corresponding argument is phi=arcsin(sn(x,k)).

I patched hat-trie-master/configure.ac to enable gcc address sanitiser: ``` cat > hat-trie-master.patch check_hattrie.log 2>&1 ``` check_hattrie.log shows address alignment warnings: [check_hattrie.log](https://github.com/dcjones/hat-trie/files/9996341/check_hattrie.log) Running valgrind ./check_hattrie on a release build shows no...