Calculate ERFC in Fortran 77 | Help ERFC Fortran 77

  • Thread starter seanshee
  • Start date
  • Tags
    Fortran
In summary, ERFC is a mathematical function in Fortran 77 used to calculate the complementary error function, denoted by ERFC(x) and defined as 1-ERF(x). To calculate ERFC, you can use the built-in function ERF or the complementary error function subroutine. The main difference between ERFC and ERF is that ERFC calculates the complementary error function, while ERF calculates the error function. ERFC can be used to solve real-world problems in various fields of science and engineering, but it has limitations such as only accepting real numbers as input and potential accuracy issues with large or small inputs.
  • #1
seanshee
3
0
Is there anybody know how to calculate ERFC in Fortran 77?
 
Physics news on Phys.org
  • #3
  • #5
seanshee said:
Yes, but I've not found it.

At least there are some routines for FFT.
 

Related to Calculate ERFC in Fortran 77 | Help ERFC Fortran 77

What is ERFC in Fortran 77?

ERFC is a mathematical function used in Fortran 77 to calculate the complementary error function. It is denoted by ERFC(x) and is defined as 1-ERF(x), where ERF(x) is the error function.

How do I calculate ERFC in Fortran 77?

To calculate ERFC in Fortran 77, you can use the built-in function ERF or the complementary error function subroutine, depending on your specific requirements. Both methods require the input of a real number, x, and will return the value of ERFC(x).

What is the difference between ERFC and ERF in Fortran 77?

The main difference between ERFC and ERF in Fortran 77 is that ERFC calculates the complementary error function (1-ERF), while ERF calculates the error function. As a result, the outputs of these two functions are complementary to each other.

Can ERFC be used to solve real-world problems?

Yes, ERFC in Fortran 77 is commonly used in various fields of science and engineering, such as statistics, physics, and telecommunications. It can be applied to problems involving the probability of errors, signal processing, and solving differential equations, among others.

Are there any limitations to using ERFC in Fortran 77?

One limitation of using ERFC in Fortran 77 is that it only accepts real numbers as input. This means that it cannot be used to calculate the complementary error function for complex numbers. Additionally, the accuracy of the output may be affected if the input is too large or too small.

Similar threads

Replies
4
Views
2K
  • Programming and Computer Science
2
Replies
62
Views
4K
  • Precalculus Mathematics Homework Help
Replies
2
Views
7K
  • Programming and Computer Science
Replies
3
Views
1K
  • Programming and Computer Science
Replies
25
Views
547
  • Engineering and Comp Sci Homework Help
Replies
7
Views
2K
  • Programming and Computer Science
Replies
2
Views
927
  • Programming and Computer Science
Replies
5
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
548
Back
Top