Skip to content

Commit 5495b7d

Browse files
NehonMeFisto94
authored andcommitted
Fixed the link to the paper for convertHalfToFloat
1 parent da5e4a1 commit 5495b7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jme3-core/src/main/java/com/jme3/math/FastMath.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,8 +942,7 @@ public static boolean approximateEquals(float a, float b) {
942942
* Converts a single precision (32 bit) floating point value
943943
* into half precision (16 bit).
944944
*
945-
* <p>Source: <a href="http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf">
946-
* http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf</a><br><strong>broken link</strong>
945+
* <p>Source: <a href="ftp://www.fox-toolkit.org/pub/fasthalffloatconversion.pdf</a>
947946
*
948947
* @param half The half floating point value as a short.
949948
* @return floating point value of the half.

0 commit comments

Comments
 (0)