digitalmars.D.learn - Recommended way to access numeric_limits epsilon()
- "Timo =?UTF-8?B?V2VzdGvDpG1wZXIi?= <timo.westkamper gmail.com> (4/4) Apr 24 2012 What is the recommended way to access the equivalent of
- H. S. Teoh (5/10) Apr 24 2012 Check this page:
- "Timo =?UTF-8?B?V2VzdGvDpG1wZXIi?= <timo.westkamper gmail.com> (2/14) Apr 24 2012 Thanks a lot.
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/
Apr 24 2012
On Tue, Apr 24, 2012 at 08:36:34PM +0200, digitalmars-d-learn-bounces 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
Apr 24 2012
On Tuesday, 24 April 2012 at 18:48:15 UTC, H. S. Teoh wrote:On Tue, Apr 24, 2012 at 08:36:34PM +0200, digitalmars-d-learn-bounces puremagic.com wrote:Thanks a lot.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
Apr 24 2012