Skip to content

go-ng/xmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmath -- math eXtensions

GoDoc

Quick start

package main

import (
    "fmt"

    "github.com/go-ng/xmath"
)

func main() {
    fmt.Println(xmath.Min(3, 1, 5)) // will print "1"
}

About

Extensions to standard `math`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages