Documentation
¶
Index ¶
- func Abs(v float32) float32
- func Cast(v interface{}) float32
- func Ceil(v float32) float32
- func Floor(v float32) float32
- func IsNaN(f float32) bool
- func Join(values []float32, sep string) string
- func Max(v ...float32) float32
- func Min(v ...float32) float32
- func NaN() float32
- func Sqrt(v float32) float32
- func String(values ...float32) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cast ¶
func Cast(v interface{}) float32
Cast returns a float32 from any numeric value or returns NaN otherwise
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.