Documentation ¶
Overview ¶
Package zfloat64 implements radix sort for []float64. This package is deprecated.
Index ¶
Constants ¶
View Source
const ( // MinSize is the minimum size of a slice that will be radix sorted by Sort. // This is deprecated and no longer used MinSize = 384 )
Variables ¶
This section is empty.
Functions ¶
func Sort ¶
func Sort(x []float64)
Sort sorts x. This is deprecated, use zermelo.SortFloats instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.