mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
31902: rationalise use of gamma function.
Make zsh/mathfunc consistent across systems and use tgamma() where available
This commit is contained in:
parent
7a79f660db
commit
ef4d20ad6f
5 changed files with 22 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-10-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* Jun T: 31902: rationalise gamma function in mathfunc for
|
||||||
|
consistency with various libraries and user expectations.
|
||||||
|
|
||||||
2013-10-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2013-10-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* 31890 (with Mikael's fixes in 31891): NEWS: add descriptions
|
* 31890 (with Mikael's fixes in 31891): NEWS: add descriptions
|
||||||
|
|
|
@ -33,7 +33,7 @@ returns an integer.
|
||||||