Type:Half: Difference between revisions

From Resonite Wiki
Created page with "A [https://en.wikipedia.org/wiki/Half-precision_floating-point_format half-precision floating point] value can express decimals in the range ±65,504, with the minimum value above 1 being 1 + 1/1024. It uses 2 bytes, which is ''half'' of a regular Type:Float."
 
cat links
 
Line 1: Line 1:
A [https://en.wikipedia.org/wiki/Half-precision_floating-point_format half-precision floating point] value can express decimals in the range ±65,504, with the minimum value above 1 being 1 + 1/1024. It uses 2 bytes, which is ''half'' of a regular [[Type:Float|Float]].
A [https://en.wikipedia.org/wiki/Half-precision_floating-point_format half-precision floating point] value can express decimals in the range ±65,504, with the minimum value above 1 being 1 + 1/1024. It uses 2 bytes, which is ''half'' of a regular [[Type:Float|Float]].
== See also ==
* [[Type:Float]]
* [[Type:Double]]
[[Category:Type]]
[[Category:Value types]]

Latest revision as of 17:29, 18 April 2025

A half-precision floating point value can express decimals in the range ±65,504, with the minimum value above 1 being 1 + 1/1024. It uses 2 bytes, which is half of a regular Float.

See also