Documentation ¶
Index ¶
- func Atof(a string) float64
- func Atoi(a string) int64
- func Atot(a string) bool
- func Atou(a string) uint64
- func Atov(a string) any
- func Ftoa(f float64) string
- func Ftoi(f float64) int64
- func Ftot(f float64) bool
- func Ftou(f float64) uint64
- func Ftov(f float64) any
- func Itoa(i int64) string
- func Itof(i int64) float64
- func Itot(i int64) bool
- func Itou(i int64) uint64
- func Itov(i int64) any
- func Ttoa(t bool) string
- func Ttof(t bool) float64
- func Ttoi(t bool) int64
- func Ttou(t bool) uint64
- func Ttov(t bool) any
- func Utoa(u uint64) string
- func Utof(u uint64) float64
- func Utoi(u uint64) int64
- func Utot(u uint64) bool
- func Utov(u uint64) any
- func Vtoa(v any) string
- func Vtof(v any) float64
- func Vtoi(v any) int64
- func Vtot(v any) bool
- func Vtou(v any) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Atof ¶
Atof converts string to float64 For infinte numbers use 'Infinity' or '-Infinity', not 'Inf' or '-Inf'. Returns NaN for invalid syntax
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.