aboutsummaryrefslogtreecommitdiff
path: root/chapters/introduction.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-05-10 16:41:13 -0700
committerEric Kunze <eric.kunze@arm.com>2023-06-21 17:03:10 +0000
commit52c89f40440ef5bcb318b3945bdc1463ce703b8b (patch)
treed1bc5197a8a671c4170ed07b857bde78cc5de563 /chapters/introduction.adoc
parent9efe1a95658bbb405b06b3a1d9e5ef22b8388ea5 (diff)
downloadspecification-52c89f40440ef5bcb318b3945bdc1463ce703b8b.tar.gz
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 <eric.kunze@arm.com>
Diffstat (limited to 'chapters/introduction.adoc')
-rw-r--r--chapters/introduction.adoc2
1 files changed, 1 insertions, 1 deletions
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.
-| <<SIGMOID>>, <<TANH>>, <<POW>>, <<EXP>>, <<LOG>>
+| <<SIGMOID>>, <<TANH>>, <<POW>>, <<EXP>>, <<LOG>>, <<ERF>>
| 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. +