Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1180642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7fea11074
commit
848dfc6f31
|
@ -21,7 +21,12 @@ import org.apache.commons.math.analysis.UnivariateRealFunction;
|
|||
import org.apache.commons.math.util.FastMath;
|
||||
|
||||
/**
|
||||
* <a href="http://en.wikipedia.org/wiki/Sinc_function">Sinc</a> function.
|
||||
* <a href="http://en.wikipedia.org/wiki/Sinc_function">Sinc</a> function,
|
||||
* defined by
|
||||
* <pre><code>
|
||||
* sinc(x) = 1 if x = 0,
|
||||
* sin(x) / x otherwise.
|
||||
* </code></pre>
|
||||
*
|
||||
* @version $Id$
|
||||
* @since 3.0
|
||||
|
|
Loading…
Reference in New Issue