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 
1program test_exp
2  write(*,*) exp(1.0), log(2.7182818284590451)
3end program test_exp