Hickerson series of almost integers: Difference between revisions

Fixed D tag
(+ D entry)
(Fixed D tag)
Line 61:
</pre>
 
=={{header|ClojureD}}==
The D standard library (Phobos) doesn't yet have a Decimal as Python. But thanks to 80-bit extended precision (the 'real' type in D) despite some approximations there is enough precision for this task.
<lang d>import std.stdio, std.math, std.mathspecial, std.string, std.algorithm;