Recommended way to access numeric_limits epsilon()
H. S. Teoh
hsteoh at quickfur.ath.cx
Tue Apr 24 11:49:17 PDT 2012
On Tue, Apr 24, 2012 at 08:36:34PM +0200, digitalmars-d-learn-bounces at puremagic.com wrote:
> What is the recommended way to access the equivalent of
> numeric_limits epsilon() in D? I am searching especially for the
> double version.
>
> http://www.cplusplus.com/reference/std/limits/numeric_limits/
Check this page:
http://dlang.org/property.html
under "Properties for Floating Point Types".
--T
More information about the Digitalmars-d-learn
mailing list