mathmod

package
v0.26.1 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Math

type Math struct{}

func (*Math) Abs

func (*Math) Abs(n float64) interface{}

func (*Math) Ceil

func (*Math) Ceil(n float64) interface{}

func (*Math) Clamp

func (*Math) Clamp(n, min, max float64) interface{}

func (*Math) Cos

func (*Math) Cos(n float64) interface{}

func (*Math) E

func (*Math) E() interface{}

func (*Math) Floor

func (*Math) Floor(n float64) interface{}

func (*Math) Inf

func (*Math) Inf() interface{}

func (*Math) IsInf

func (*Math) IsInf(n float64) interface{}

func (*Math) IsNan

func (*Math) IsNan(n float64) interface{}

func (*Math) Log

func (*Math) Log(n float64) interface{}

func (*Math) Log2

func (*Math) Log2(n float64) interface{}

func (*Math) Log10

func (*Math) Log10(n float64) interface{}

func (*Math) Max

func (*Math) Max(a, b float64) interface{}

func (*Math) Min

func (*Math) Min(a, b float64) interface{}

func (*Math) Nan

func (*Math) Nan() interface{}

func (*Math) Pi

func (*Math) Pi() interface{}

func (*Math) Pow

func (*Math) Pow(base, exp float64) interface{}

func (*Math) Random

func (*Math) Random() interface{}

func (*Math) RandomInt

func (*Math) RandomInt(min, max int) interface{}

func (*Math) Round

func (*Math) Round(n float64) interface{}

func (*Math) Sin

func (*Math) Sin(n float64) interface{}

func (*Math) Sqrt

func (*Math) Sqrt(n float64) interface{}

func (*Math) Tan

func (*Math) Tan(n float64) interface{}

Jump to

Keyboard shortcuts

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