git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1536072 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2013-10-27 09:52:09 +00:00
parent 18308998a0
commit a0ef8539d3
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ public class DerivativeStructureTest extends ExtendedFieldElementAbstractTest<De
// we only say: "x is a structure with value = 0.0,
// first derivative with respect to x = 1.0, and all other derivatives
// (first order with respect to y and z and higher derivatives) all 0.0.
// Wa have function f(x) = a^x root and x = 0 so we compute:
// We have function f(x) = a^x and x = 0 so we compute:
// f(0) = 1, f'(0) = ln(a), f''(0) = ln(a)^2. The limit of these values
// when a converges to 0 implies all derivatives keep switching between
// +infinity and -infinity.