• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

LICENSED22-Nov-2023250 75

README.v8D22-Nov-2023631 1916

fdlibm.ccD22-Nov-20236 KiB229184

fdlibm.hD22-Nov-2023811 288

fdlibm.jsD22-Nov-202334 KiB1,118580

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