~ chicken-core (chicken-5) 2e5b2798f4bd2a42533a37cf88f074d7e0887cd3
commit 2e5b2798f4bd2a42533a37cf88f074d7e0887cd3
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Mar 9 07:31:28 2010 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Mar 9 07:31:28 2010 +0100
doc fix
diff --git a/manual/Unit library b/manual/Unit library
index 676e4aef..74ec955e 100644
--- a/manual/Unit library
+++ b/manual/Unit library
@@ -124,7 +124,8 @@ application.
<procedure>(fpabs X)</procedure>
<procedure>(fpinteger? X)</procedure>
-Note: {{fpround}} implements POSIX, which is different from R5RS.
+Note: {{fpround}} uses the rounding mode that your C library
+implements, which is usually different from R5RS.
==== flonum?
Trap