Skip to content

go-utils/round

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Easy rounding

Installation

$ go get github.com/go-utils/round

Usage

package main

import (
    "fmt"

    "github.com/go-utils/round"
)

func main() {
    fmt.Println(round.Do(3.4444449))
    // Output: 4
}

License

MIT