github.com/jingcheng-WU/gonum@v0.9.1-0.20210323123734-f1a2a11a8f7b/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 "github.com/jingcheng-WU/gonum/num/dual"
    11  
    12  // TODO(kortschak): Handle special cases properly.
    13  //  - Pow