From be53be81ae81644652578d171f94f9b8d0de5e72 Mon Sep 17 00:00:00 2001 From: ilv Date: Mon, 29 Oct 2012 09:57:21 +0400 Subject: [PATCH] 0023329: Edit comment of function Epsilon (Standard_Real.hxx) --- src/Standard/Standard_Real.hxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Standard/Standard_Real.hxx b/src/Standard/Standard_Real.hxx index 57b5b2e95f..f1cf7f4b01 100755 --- a/src/Standard/Standard_Real.hxx +++ b/src/Standard/Standard_Real.hxx @@ -202,7 +202,13 @@ inline Standard_Real Cosh (const Standard_Real Value) //------------------------------------------------------------------- -// Epsilon : Returns a real + the smallest real positive value. +// Epsilon : The function returns absolute value of difference +// between 'Value' and other nearest value of +// Standard_Real type. +// Nearest value is choseen in direction of infinity +// the same sign as 'Value'. +// If 'Value' is 0 then returns minimal positive value +// of Standard_Real type. //------------------------------------------------------------------- inline Standard_Real Epsilon (const Standard_Real Value) { -- 2.39.5