Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/cephes/SPKG.txt
8818 views
1
= Cephes =
2
3
== Description ==
4
5
Cephes Mathematical Library. Latest Linux distribution, dated
6
6/4/00. Special functions and other goodies in C, including long
7
double precision routines for 68K, 386, and sparc processors. This is
8
the most complete distribution package of the function library (but
9
not the most up-to-date one). It includes these sections-- double: all
10
functions in 64-bit double precision; single: all available functions
11
in 32-bit single precision; long double: all available functions in
12
80-bit extended precision; 128bit: all available functions in 128-bit
13
long double precision; qlib: all functions in q-type extended (44 to
14
106 decimal) precision, includes a C++ class for the binary floating
15
point arithmetic and a q-type calculator program; c9x-complex: new C
16
language standard C9X data type for complex variables, header
17
complex.h for GNU C and functions in float complex, double complex,
18
and long double complex precisions.
19
20
Website: http://www.moshier.net/
21
22
Download: http://www.moshier.net/cephes-math-28.tar.gz
23
24
== Note ==
25
26
FreeBSD's math library does not have all the mathematics functions described in
27
Sections 7.3 and 7.12 of the C99 standard:
28
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf
29
Specifically many of the complex and long double functions are missing in
30
FreeBSD.
31
32
Cephes provides those functions that are missing from FreeBSD.
33
The Makefiles have been modified so that it only adds the functions missing
34
from the version of FreeBSD in which compilation is taking place.
35
36
== Changelog ==
37
38
=== cephes-2.8.p1 (Jean-Pierre Flori, 9 January 2013) ===
39
* #9543: Add a note about the need for Cephes on FreeBSD.
40
41
=== cephes-2.8.p0 (Peter Jeremy, Jean-Pierre Flori, 19 December 2012) ===
42
* #9543: Only patch and build Cephes on FreeBSD.
43
44
=== cephes-2.8 (Mike Hansen, April 26th, 2010) ===
45
* Initial version
46
47