comparison scripts/specfun/module.mk @ 16584:2f766ceeb03e

Add ellipj, ellipke, and expint functions from Octave Forge * ellipj.cc, ellipke.m, expint.m: New files. * libinterp/corefcn/module.mk (COREFCN_SRC): Add ellipj.cc to the list. * scripts/specfun/module.mk (specfun_FCN_FILES): Add ellipke.m and expint.m to the list. * __unimplemented__.m (missing_functions): Remove ellipj, ellipke, and expint from the list. * arith.txi: Include ellipj, ellipke, and expint docstrings. * NEWS: Mention ellipj, ellipke, and expint.
author Mike Miller <mtmiller@ieee.org>
date Wed, 24 Apr 2013 23:22:50 -0400
parents 83fa84ef63ca
children fa9fa6ab76f0
comparison
equal deleted inserted replaced
16583:e74ef19d2268 16584:2f766ceeb03e
2 2
3 specfun_FCN_FILES = \ 3 specfun_FCN_FILES = \
4 specfun/bessel.m \ 4 specfun/bessel.m \
5 specfun/beta.m \ 5 specfun/beta.m \
6 specfun/betaln.m \ 6 specfun/betaln.m \
7 specfun/ellipke.m \
8 specfun/expint.m \
7 specfun/factor.m \ 9 specfun/factor.m \
8 specfun/factorial.m \ 10 specfun/factorial.m \
9 specfun/isprime.m \ 11 specfun/isprime.m \
10 specfun/lcm.m \ 12 specfun/lcm.m \
11 specfun/legendre.m \ 13 specfun/legendre.m \