tags:

views:

50

answers:

1

Is there a free (BSD- or MIT-licensed) Gauss error function implementation written in JavaScript?

A: 

Is it really that hard to implement?

Do you need exact representation?

Just rewrite the approximation using elementary functions in JavaScript and you are done.

Marek