| Original Message (ID '206704') By yehuda: |
| Compilation will not help here
Try using InverseERF which is a built in function with (a rather) efficient implementation
Timing[multiinverse[x];]
is
{117.892449, Null}
while
Timing[InverseErf[x];]
returns
{107.882183, Null}
for 2^20 computations
yehuda |
|