aboutsummaryrefslogtreecommitdiffstats
path: root/src/float/float.c
Commit message (Collapse)AuthorAgeFilesLines
* migrate to SPDX labels.Gravatar Gediminas Jakutis 2021-03-161-14/+2
| | | | | | | No longer using bulky text blocks to mark files as LGPL which for smaller files took up more lines than the actual code. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* float: fix a nasty search-and-replace error in function names.Gravatar Gediminas Jakutis 2015-03-041-6/+6
|
* float: add [integer types] -> [float types] conversion functions.Gravatar Gediminas Jakutis 2015-03-031-0/+36
| | | | | | These were forgotten previously and only [float types] -> [integer types] functions were present. This commit adds the missing "reverse" functions.
* float: Move everything under the "rin_" namespace.Gravatar Gediminas Jakutis 2015-03-031-6/+6
|
* Initial commit - Release 0.0.1librin-0.0.1Gravatar Gediminas Jakutis 2015-03-031-0/+248