Skip to content

Markeli/Markeli.Half

Repository files navigation

Markeli.Half

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

master develop
build Build Status Build Status
nuget NuGet N/A

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.

It is ported to .net standard project from source forge repository owned by ladislavlang.

References

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published