rounding

package module
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2019 License: MIT Imports: 1 Imported by: 1

README

Rounding package for golang

Simple library to make rounding simpler.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RoundDown

func RoundDown(value float64, decimalPlaces int) float64

RoundDown value down to specified precision

func RoundNearest

func RoundNearest(value float64, decimalPlaces int) float64

RoundNearest value to specified precision

func RoundUp

func RoundUp(value float64, decimalPlaces int) float64

RoundUp value up to specified precision

Types

This section is empty.

Jump to

Keyboard shortcuts

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