|
|
@ -942,8 +942,7 @@ final public class FastMath { |
|
|
|
* Converts a single precision (32 bit) floating point value |
|
|
|
* Converts a single precision (32 bit) floating point value |
|
|
|
* into half precision (16 bit). |
|
|
|
* into half precision (16 bit). |
|
|
|
* |
|
|
|
* |
|
|
|
* <p>Source: <a href="http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf"> |
|
|
|
* <p>Source: <a href="ftp://www.fox-toolkit.org/pub/fasthalffloatconversion.pdf</a>
|
|
|
|
* http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf</a><br><strong>broken link</strong>
|
|
|
|
|
|
|
|
* |
|
|
|
* |
|
|
|
* @param half The half floating point value as a short. |
|
|
|
* @param half The half floating point value as a short. |
|
|
|
* @return floating point value of the half. |
|
|
|
* @return floating point value of the half. |
|
|
|