projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d53590
)
Tweak note to note how to get human-readable names.
author
Taylor R Campbell
<campbell@mumble.net>
Sun, 18 Nov 2018 02:10:28 +0000
(
02:10
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sun, 18 Nov 2018 02:10:28 +0000
(
02:10
+0000)
src/relnotes/flotrap
patch
|
blob
|
history
diff --git
a/src/relnotes/flotrap
b/src/relnotes/flotrap
index a1062949e2baa6eabf211275392ada2e7d32a4e0..1c79ba74ce45ac39fdd065ceed90b107f03de5db 100644
(file)
--- a/
src/relnotes/flotrap
+++ b/
src/relnotes/flotrap
@@
-9,8
+9,9
@@
If you want to trap on (e.g.) invalid-operation, you can do
(lambda ()
...))
-You can find the set of all exceptions that can be trapped with
-(flo:trappable-exceptions).
+(flo:trappable-exceptions) gives the set of all exceptions that can be
+trapped. Human-readable names are available by (flo:exceptions->names
+(flo:trappable-exceptions)).
You can also test for floating-point exceptions after a computation
without trapping. Before you can do this for the first time in any