# README
<title></title>
</head>
<body>
<div class="topbar">
<div class="container">
<div class="top-heading">
<a href="/">github.com/shuLhan/share</a>
</div>
<div class="menu">
<a href="https://godoc.org/github.com/shuLhan/share">GoDoc</a>
</div>
<div class="menu">
<a href="/CHANGELOG.html">Changelog</a>
</div>
</div>
</div>
<div class="page">
<div class="container">
<h1></h1>
<p><a href="https://godoc.org/github.com/shuLhan/share/lib/numbers"><img src="https://godoc.org/github.com/shuLhan/share/lib/numbers?status.svg" alt="GoDoc"></a>
Package numbers
provide functions for working with integer, float, slice of
integers, and slice of floats.
Currently it have function to,
- sort slice of floats using in-place mergesort algorithm
- sort slice of integer/floats by predefined index
- count number of value occurence in slice of integer/float
- find minimum or maximum value in slice of integer/float
- sum slice of integer/float
See documentation for more information.
</div>
</div>
<div class="footer">
Copyright 2019, Shulhan <[email protected]>. All rights reserved.
<br />
Use of this source code is governed by a BSD-style license that can be
found in the <a href="/LICENSE">LICENSE</a> file.
</div>
</body>