Chromium Code Reviews

Unified Diff: fusl/src/math/__invtrigl.h

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « fusl/src/math/__fpclassifyl.c ('k') | fusl/src/math/__invtrigl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/math/__invtrigl.h
diff --git a/fusl/src/math/__invtrigl.h b/fusl/src/math/__invtrigl.h
new file mode 100644
index 0000000000000000000000000000000000000000..91a8a3b61f584d62f866e809a77d1806d2c20f1e
--- /dev/null
+++ b/fusl/src/math/__invtrigl.h
@@ -0,0 +1,6 @@
+/* shared by acosl, asinl and atan2l */
+#define pio2_hi __pio2_hi
+#define pio2_lo __pio2_lo
+extern const long double pio2_hi, pio2_lo;
+
+long double __invtrigl_R(long double z);
« no previous file with comments | « fusl/src/math/__fpclassifyl.c ('k') | fusl/src/math/__invtrigl.c » ('j') | no next file with comments »

Powered by Google App Engine