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