Mir Blog: Writing efficient numerical code in D
rikki cattermole via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon Dec 12 19:32:34 PST 2016
On 13/12/2016 11:34 AM, Johan Engelen wrote:
> On Monday, 12 December 2016 at 21:58:23 UTC, Relja Ljubobratovic wrote:
>> Hey guys,
>>
>> We have just published another post on "Writing efficient numerical
>> code in D", to Mir's Blog[1].
>
> Nice :)
>
> Some comments:
> - You can make the numbers in the table more readable by adding commas?
> For example, 1624687 --> 1,624,687. Probably even better is to only show
> the most significant digits. 1624687 us --> 1.625 s for example.
Oh underscores, then it is valid D!
More information about the Digitalmars-d-announce
mailing list