summaryrefslogtreecommitdiff
path: root/math/libmissing/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/libmissing/pkg-descr')
-rw-r--r--math/libmissing/pkg-descr7
1 files changed, 0 insertions, 7 deletions
diff --git a/math/libmissing/pkg-descr b/math/libmissing/pkg-descr
deleted file mode 100644
index b4f3fd16579e..000000000000
--- a/math/libmissing/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a collection of stopgap replacements for standard math
-functions missing from libm in various supported versions of
-FreeBSD. The functions are slower than the existing libm
-functions, but are more accurate than many naive replacements.
-Exceptions are largely ignored. N. Beebe's extended C version
-of the ELEFUNT package is used to provide regression tests for
-some of the real-valued functions.