Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #34535
Ticket #34535
: test.f90
File test.f90,
85 bytes
(added by
SiggyF
,
12 years ago
)
test program to check for problem with log/exp
Line
1
program test_exp
2
write(*,*) exp(1.0), log(2.7182818284590451)
3
end program test_exp
Download in other formats:
Original Format