diff --git a/docs/aCalcoutRecord.html b/docs/aCalcoutRecord.html
index 509975c..2bcec43 100644
--- a/docs/aCalcoutRecord.html
+++ b/docs/aCalcoutRecord.html
@@ -703,6 +703,16 @@
Nearest integer (one-argument function)
| NINT(A)
+ |
+APOS
+ | Positive component. If negative, then zero (one-argument function)
+ | APOS(A)
+
+ |
+ANEG
+ | Negative component. If positive, then zero (one-argument function)
+ | ANEG(A)
+
|
LOG
| Log base 10 (one-argument function)
|