Documentation ¶
Index ¶
- func DoubleToSingle[I types.Numbers, O types.Numbers](a, b I, fn func(float64, float64) float64) O
- func QuadrupleToSingle[T types.Numbers](a, b, c, d T, fn func(float64, float64, float64, float64) float64) T
- func SingleToDouble[I types.Numbers, O types.Numbers](x I, fn func(float64) (float64, float64)) (O, O)
- func SingleToSingle[I types.Numbers, O types.Numbers](x I, fn func(float64) float64) O
- func TripleToSingle[T types.Numbers](a, b, c T, fn func(float64, float64, float64) float64) T
- func ZeroToSingle[I types.Numbers](fn func() float64) I
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoubleToSingle ¶
func QuadrupleToSingle ¶
func SingleToDouble ¶
func SingleToSingle ¶
func TripleToSingle ¶
func ZeroToSingle ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.