- #1
Daniel1992
- 22
- 0
Homework Statement
I get the follwing error message in the FORTRAN program I am trying to code.
P(i)=(1/(sigma*sqrt(2*Pi)))*e^(-(x-xbar)^2/(2*sigma^2))
----------------------------1
Error: Invalid character in name at (1)
I assume this means there is something it doesn't like about 2*Pi but I can't work out what it is.
Any help would be appreciated.