Or login with:
| doubleerrorFn( | double | x | ) |
#include <codecogs/maths/special/errorfn.h> #include <stdio.h> using namespace Maths::Special; int main( ) { double x = 0.5; printf("\n errorFn(%f) = %f", x, errorFn(x)); return getchar(); }Output:
errorFn(0.500000) = 0.520500
| x | the upper limit of the integral (-3<x<3) |
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge