Exp(x) Fortran

[Solved] Exp(x) Fortran | Fortran - Code Explorer | yomemimo.com
Question : exp(x) fortran

Answered by : magnificent-mandrill-viajaw9lhxqo

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

Source : https://gcc.gnu.org/onlinedocs/gfortran/EXP.html | Last Update : Tue, 13 Oct 20

Answers related to exp(x) fortran

Code Explorer Popular Question For Fortran