On Wednesday, 7 January 2015 at 00:06:28 UTC, Danny wrote:
http://dlang.org/library/core/math/ldexp.html"Compute n * 2⊃" Huh?
Weird.It's `Compute n * 2$(SUP exp)` in the source[1]. SUP is a locally defined macro. Maybe ddox doesn't like local macros?
1. https://github.com/D-Programming-Language/druntime/blob/v2.066.1/src/core/math.d#L96
