erf function (patch from Bernd Gutmann).

This commit is contained in:
Vitor Santos Costa
2010-03-05 00:01:04 +00:00
parent 75d1b897e0
commit 43a1a754dd
6 changed files with 38 additions and 5 deletions

View File

@@ -93,6 +93,8 @@ typedef enum {
op_fintp,
op_sign,
op_lgamma,
op_erf,
op_erfc,
op_random1
} arith1_op;