Documentation ¶
Index ¶
- func Abs(number float64) float64
- func Ceil(value float64) float64
- func Floor(value float64) float64
- func IsNumeric(val interface{}) bool
- func Max(nums ...float64) float64
- func Min(nums ...float64) float64
- func Rand(min, max int) int
- func RandInt64(min, max int64) int64
- func Round(f float64, n int) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNumeric ¶
func IsNumeric(val interface{}) bool
IsNumeric is_numeric() Numeric strings consist of optional sign, any number of digits, optional decimal part and optional exponential part. Thus +0123.45e6 is a valid numeric value. In PHP hexadecimal (e.g. 0xf4c3b00c) is not supported, but IsNumeric is supported.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.