-1
Q:

exp(x) fortran

--e^x
program test_exp
  real :: x = 1.0
  x = exp(x)
end program test_exp
1

New to Communities?

Join the community