Home | History | Annotate | only in /external/chromium_org/v8/third_party/fdlibm
Up to higher level directory
NameDateSize
fdlibm.cc05-Aug-20158.7K
fdlibm.h05-Aug-2015918
fdlibm.js05-Aug-201525.4K
LICENSE05-Aug-2015250
README.v805-Aug-2015631

README.v8

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