Thread overview
Where is std.math.expi?
Mar 12, 2019
Bastiaan Veelo
Mar 12, 2019
Bastiaan Veelo
March 12, 2019
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.
March 12, 2019
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
March 12, 2019
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