Implementation of Zeta functions in libstdc++

2014-07-31 Thread Florian Goth
Hi! I've noticed that gcc's libstdc++ has implementations of the zeta function and the hurwitz-zeta functions. Is there any work going on with them? Would an implementation of hurwitz_zeta in terms of the Polylogarithm be helpful? Thanks, Florian.  

Re: Implementation of Zeta functions in libstdc++

2014-07-31 Thread Ed Smith-Rowland
On 07/31/2014 01:03 PM, Florian Goth wrote: Hi! I've noticed that gcc's libstdc++ has implementations of the zeta function and the hurwitz-zeta functions. Is there any work going on with them? Would an implementation of hurwitz_zeta in terms of the Polylogarithm be helpful? Thanks, Florian.

Re: Implementation of Zeta functions in libstdc++

2014-08-03 Thread Florian Goth
Hi! Thanks Ed for the kind reception of this idea. To show what I have done so far I have set up a git repository here: https://github.com/CaptainSifff/zeta Obviously it is not yet in a state where it looks like sth. from the standard library; it still uses my conventions right now. This commit h

Re: Implementation of Zeta functions in libstdc++

2014-08-03 Thread Ed Smith-Rowland
On 08/03/2014 08:28 PM, Florian Goth wrote: Hi! Thanks Ed for the kind reception of this idea. To show what I have done so far I have set up a git repository here: https://github.com/CaptainSifff/zeta Obviously it is not yet in a state where it looks like sth. from the standard library; it still