• Home
  • History
  • Annotate
  • only in /external/chromium_org/v8/third_party/fdlibm/
NameDateSize

..12-Mar-20154 KiB

fdlibm.cc12-Mar-20158.7 KiB

fdlibm.h12-Mar-2015918

fdlibm.js12-Mar-201525.4 KiB

LICENSE12-Mar-2015250

README.v812-Mar-2015631

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