summaryrefslogtreecommitdiffstats
path: root/nist/special-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'nist/special-functions.h')
-rw-r--r--nist/special-functions.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/nist/special-functions.h b/nist/special-functions.h
new file mode 100644
index 0000000..61e4839
--- /dev/null
+++ b/nist/special-functions.h
@@ -0,0 +1,14 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ S P E C I A L F U N C T I O N P R O T O T Y P E S
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
+double derf_(); /* ERROR FUNCTION */
+double derfc(); /* COMPLEMENTARY ERROR */
+double normal(double); /* NORMAL DISTRIBUTION */
+double normal2(double); /* NORMAL DISTRIBUTION */
+/*
+double gser(double,double,double,double);
+double gcf(double,double,double,double);
+double gammln(double); LOG GAMMA FUNCTION
+double gammq(double,double); INCOMPLETE GAMMA FUNCTION
+*/