|
@@ -236,7 +236,7 @@ Returns the hyperbolic tangent of the specified value.
|
|
|
+----------+------+------------+---------+----+----+---------+------------+------+-----+
|
|
|
| src | -inf | -F | -denorm | -0 | +0 | +denorm | +F | +inf | NaN |
|
|
|
+----------+------+------------+---------+----+----+---------+------------+------+-----+
|
|
|
-| htan(src)| NaN | -F | 0 | 0 | 0 | 0 | +F | NaN | NaN |
|
|
|
+| htan(src)| -1 | -F | 0 | 0 | 0 | 0 | +F | +1 | NaN |
|
|
|
+----------+------+------------+---------+----+----+---------+------------+------+-----+
|
|
|
|
|
|
* Inst: Ibfe - Integer bitfield extract
|