Documentation
¶
Index ¶
- func FFloorDiv(a, b float64) float64
- func FMod(a, b float64) float64
- func FloatToInteger(f float64) (int64, bool)
- func IFloorDiv(a, b int64) int64
- func IMod(a, b int64) int64
- func ParseFloat(str string) (float64, bool)
- func ParseInteger(str string) (int64, bool)
- func ShiftLeft(a, n int64) int64
- func ShiftRight(a, n int64) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFloat ¶
func ParseInteger ¶
func ShiftRight ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.