package sdkmath
import "github.com/aws/aws-sdk-go-v2/internal/sdkmath"
Index ¶
Functions ¶
func Round ¶
Round returns the nearest integer, rounding half away from zero.
Special cases are:
Round(±0) = ±0 Round(±Inf) = ±Inf Round(NaN) = NaN
Source Files ¶
- Version
- v0.12.0
- Published
- Sep 17, 2019
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 15 minutes ago –
Tools for package owners.