19d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgName: Freely Distributable LIBM 
29d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgShort Name: fdlibm
39d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgURL: http://www.netlib.org/fdlibm/
49d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgVersion: 5.3 
59d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgLicense: Freely Distributable.
69d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgLicense File: LICENSE.
79d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgSecurity Critical: yes.
89d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgLicense Android Compatible: yes.
99d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.org
109d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgDescription:
119d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgThis is used to provide a accurate implementation for trigonometric functions
129d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgused in V8.
139d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.org
149d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgLocal Modifications:
159d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgFor the use in V8, fdlibm has been reduced to include only sine, cosine and
169d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgtangent.  To make inlining into generated code possible, a large portion of
179d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgthat has been translated to Javascript.  The rest remains in C, but has been
189d72b8dd94263d9f500f18255d67f0c7b8c3527amachenbach@chromium.orgrefactored and reformatted to interoperate with the rest of V8.
19