Re: Convert double to long if lossless

2021-01-19 Thread Schrom, Brian T via Digitalmars-d-learn
I'm probably missing something, but on the off chance you aren't aware, there is http://phobos.dpldocs.info/std.math.modf.html .

[OT] Re: D Mir: standard deviation speed

2020-07-15 Thread Schrom, Brian T via Digitalmars-d-learn
> I've mixed up @fastmath and @fmamath as well. No worries. Seems like this might be a good awareness opportunity to change one of the names to be more descriptive and more distinctive. FWIW, I read half way through threw the thread before I caught onto the distinction. I can imagine making that

Re: Some impressions/notes from a new D programmer

2020-02-12 Thread Schrom, Brian T via Digitalmars-d-learn
I find it incredibly useful to add a query URL to my browser. In manage search engines, I bind l to https://dpldocs.info/%s Then in the url bar, lapi_that_I_want_to_lookup

Re: "in" no longer "scope" since 2.079.0?

2018-03-27 Thread Schrom, Brian T via Digitalmars-d-learn
On Tue, Mar 27, 2018 at 03:27:07AM -0600, Jonathan M Davis via Digitalmars-d-learn wrote: > > Because scope has mostly done nothing (it only affected delegates), in has > effectively been const without scope for its entire existence in D2 in spite > of the fact that it was supposed to be the