Add README entry for numerics/special_functions

This commit is contained in:
David C. Norris
2025-08-10 21:30:36 -04:00
parent 18c451e11c
commit 9485ae2ca5

View File

@@ -766,6 +766,8 @@ The modules that ship with Scryer Prolog are also called
* [`uuid`](src/lib/uuid.pl) UUIDv4 generation and hex representation * [`uuid`](src/lib/uuid.pl) UUIDv4 generation and hex representation
* [`tls`](src/lib/tls.pl) * [`tls`](src/lib/tls.pl)
Predicates for negotiating TLS connections explicitly. 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 * [`ugraphs`](src/lib/ugraphs.pl) Graph manipulation library
* [`simplex`](src/lib/simplex.pl) Providing `assignment/2`, * [`simplex`](src/lib/simplex.pl) Providing `assignment/2`,
`transportation/4` and other predicates for solving linear `transportation/4` and other predicates for solving linear