gonum.org/v1/gonum@v0.14.0/num/dualcmplx/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 dualcmplx provides the anti-commutative dual complex numeric 6 // type and functions. 7 // 8 // See https://arxiv.org/abs/1601.01754v1 for details. 9 package dualcmplx // imports "gonum.org/v1/gonum/num/dualcmplx" 10 11 // TODO(kortschak): Handle special cases properly. 12 // - Pow