blob: ea8fdb6ce10646241f5730c7b5e7d40b0c23ee08 [file] [log] [blame]
Ben Murdochb8a8cc12014-11-26 15:28:44 +00001Name: 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.