gonum.org/v1/gonum@v0.14.0/num/dual/doc.go (about)

     1  // Copyright ©2018 The Gonum Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package dual provides the dual numeric type and functions. Dual numbers
     6  // are an extension of the real numbers in the form a+bϵ where ϵ^2=0, but ϵ≠0.
     7  //
     8  // See https://en.wikipedia.org/wiki/Dual_number for details of their properties
     9  // and uses.
    10  package dual // imports "gonum.org/v1/gonum/num/dual"
    11  
    12  // TODO(kortschak): Handle special cases properly.
    13  //  - Pow