number

package
v0.0.0-...-40ef3ae Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FFloorDiv

func FFloorDiv(a, b float64) float64

func FMod

func FMod(a, b float64) float64

a % b == a - ((a // b) * b)

func FloatToInteger

func FloatToInteger(f float64) (int64, bool)

todo: correct?

func IFloorDiv

func IFloorDiv(a, b int64) int64

func IMod

func IMod(a, b int64) int64

a % b == a - ((a // b) * b)

func ParseFloat

func ParseFloat(str string) (float64, bool)

func ParseInteger

func ParseInteger(str string) (int64, bool)

func ShiftLeft

func ShiftLeft(a, n int64) int64

func ShiftRight

func ShiftRight(a, n int64) int64

Types

This section is empty.

Jump to

Keyboard shortcuts

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