Documentation ¶
Index ¶
- func AbsSigned[T constraints.Signed | constraints.Float](v T) (T, error)
- func Acos(v float64) (float64, error)
- func Atan(v float64) (float64, error)
- func Cos(v float64) (float64, error)
- func Cot(v float64) (float64, error)
- func Exp(v float64) (float64, error)
- func Lg(v float64) (float64, error)
- func Ln(v float64) (float64, error)
- func Log2(v float64) (float64, error)
- func Sin(v float64) (float64, error)
- func Sinh(v float64) (float64, error)
- func Sqrt(v float64) (float64, error)
- func Tan(v float64) (float64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbsSigned ¶ added in v1.1.0
func AbsSigned[T constraints.Signed | constraints.Float](v T) (T, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.