Implementation of a half-precision floating point number in .net standard NuGet Package

Half is not fast enough and precision is also very bad, so is should not be used for mathematical computation (use `Single` instead).

The main advantage of Half type is lower memory cost: two bytes per number. Half is typically used in graphical applications.




Got any Implementation of a half-precision floating point number in .net standard Question?





Info

Version: 1.0.0
Author(s): Markeli
Last Update: Sunday, November 18, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/Markeli/Markeli.Half/blob/master/README.md
NuGet Url: https://www.nuget.org/packages/Markeli.Half


Install
Install-Package Markeli.Half
dotnet add package Markeli.Half
paket add Markeli.Half
Markeli.Half Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

1986