www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Where is std.math.expi?

reply Bastiaan Veelo <Bastiaan Veelo.net> writes:
Hi,

I was looking for a way to use fsincos, which, according to 
https://dlang.org/phobos/std_complex.html#.expi, is used in 
std.math.expi. It is still listed as a member of that module, but 
the link is kaputt. Where did it go? I'd like to see its 
implementation.

Thanks,
Bastiaan.
Mar 12 2019
parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
On 3/12/19 4:35 PM, Bastiaan Veelo wrote:
 Hi,
 
 I was looking for a way to use fsincos, which, according to 
 https://dlang.org/phobos/std_complex.html#.expi, is used in 
 std.math.expi. It is still listed as a member of that module, but the 
 link is kaputt. Where did it go? I'd like to see its implementation.
https://github.com/dlang/phobos/blob/master/std/math.d#L3206 Please file a bug to update the links/docs. -Steve
Mar 12 2019
parent Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Tuesday, 12 March 2019 at 21:32:40 UTC, Steven Schveighoffer 
wrote:
 Please file a bug to update the links/docs.

 -Steve
Thank you. https://issues.dlang.org/show_bug.cgi?id=19732 https://issues.dlang.org/show_bug.cgi?id=19733
Mar 12 2019