• Home
Name Date Size #Lines LOC

..--

LICENSED03-May-2024250 75

README.v8D03-May-2024631 1916

fdlibm.ccD03-May-20248.7 KiB282236

fdlibm.hD03-May-2024918 3211

fdlibm.jsD03-May-202425.4 KiB815412

README.v8

1Name: Freely Distributable LIBM
2Short Name: fdlibm
3URL: http://www.netlib.org/fdlibm/
4Version: 5.3
5License: Freely Distributable.
6License File: LICENSE.
7Security Critical: yes.
8License Android Compatible: yes.
9
10Description:
11This is used to provide a accurate implementation for trigonometric functions
12used in V8.
13
14Local Modifications:
15For the use in V8, fdlibm has been reduced to include only sine, cosine and
16tangent.  To make inlining into generated code possible, a large portion of
17that has been translated to Javascript.  The rest remains in C, but has been
18refactored and reformatted to interoperate with the rest of V8.
19