From 52c89f40440ef5bcb318b3945bdc1463ce703b8b Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 10 May 2023 16:41:13 -0700 Subject: Add ERF activation function Defined for floating-point types only. For integer versions, a TABLE should be used. Change-Id: Ieaec6e6eb3227c5dcd9741cddd57426002a8db4d Signed-off-by: Eric Kunze --- chapters/introduction.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapters/introduction.adoc') diff --git a/chapters/introduction.adoc b/chapters/introduction.adoc index b369070..955f310 100644 --- a/chapters/introduction.adoc +++ b/chapters/introduction.adoc @@ -260,7 +260,7 @@ Otherwise:the result must be within 1 ulp of the mathematical result. Otherwise if the input is a zero the output must be an infinity of the same sign. + Otherwise the result must be within 1 ulp of the mathematical result. -| <>, <>, <>, <>, <> +| <>, <>, <>, <>, <>, <> | If the input to LOG is less than zero then the result must be a NaN. + If the inputs to POW are both zero then the result must be a NaN. + If the first input to POW is less than zero and the second input is not an integer then the result must be a NaN. + -- cgit v1.2.1