From 9485ae2ca55641826708624dd93d539b874a48a5 Mon Sep 17 00:00:00 2001 From: "David C. Norris" Date: Sun, 10 Aug 2025 21:30:36 -0400 Subject: [PATCH] Add README entry for numerics/special_functions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cdf6c21..e453a33d 100644 --- a/README.md +++ b/README.md @@ -766,6 +766,8 @@ The modules that ship with Scryer Prolog are also called * [`uuid`](src/lib/uuid.pl) UUIDv4 generation and hex representation * [`tls`](src/lib/tls.pl) Predicates for negotiating TLS connections explicitly. +* [`numerics/special_functions`](src/lib/numerics/special_functions.pl) + Predicates for erf, gamma, beta, and related special functions. * [`ugraphs`](src/lib/ugraphs.pl) Graph manipulation library * [`simplex`](src/lib/simplex.pl) Providing `assignment/2`, `transportation/4` and other predicates for solving linear -- 2.54.0