smath

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Abs

func Abs[NumType typ.Signed | typ.Float](Num NumType) NumType

func Add

func Add[NumType typ.Number](number1 NumType, number2 NumType) NumType

func AddSafe

func AddSafe[NumType typ.Number](number1 NumType, number2 NumType) (NumType, bool)

func Max

func Max[NumType typ.Number](number1 NumType, number2 NumType) NumType

func Min

func Min[NumType typ.Number](number1 NumType, number2 NumType) NumType

func Mul

func Mul[NumType typ.Number](number1 NumType, number2 NumType) NumType

func MulSafe

func MulSafe[NumType typ.Number](number1 NumType, number2 NumType) (NumType, bool)

func Sub

func Sub[NumType typ.Number](number1 NumType, number2 NumType) NumType

func SubSafe

func SubSafe[NumType typ.Number](number1 NumType, number2 NumType) (NumType, bool)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL