Project

General

Profile

Description of JavaSoftFloat library » History » Version 2

Alexander Protsenko, 05/17/2020 02:58 PM

1 1 Alexander Protsenko
h1. Description of JavaSoftFloat library
2
3
{font-weight:bold; background:#ddd}. | version | Java version|
4
 | *1.0* | 8.0 |
5
 | *2.0* | 11.0 |
6
7
h2. Supported formats
8
9
{font-weight:bold; background:#ddd}. | Precision | version 1.0 | version 2.0 |
10
 | *binary16*
11
   Half precision |{background:#fcc}. |{background:#fcc}.|
12
 | *binary32*
13 2 Alexander Protsenko
   Single precision |{background:#cfc}. Supported|{background:#cfc}. Supported|
14 1 Alexander Protsenko
 | *binary64*
15 2 Alexander Protsenko
   Double precision |{background:#cfc}. Supported|{background:#ff9}.|
16 1 Alexander Protsenko
 | *Float80*
17
   x86 extended precision |{background:#cfc}. Supported|{background:#fcc}.|
18
 | *binary128*
19
   Quad precision |{background:#fcc}. |{background:#fcc}.|
20
 | *binary256* 
21
   Octuple precision|{background:#fcc}. |{background:#fcc}.|
22
23
h3. Rounding modes