Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
testcompiler.f90
!gfortran, gcc version 5.4.0 20160609 program test !Test de capacidad de infinitesimal del compilador implicit none integer :: i real:: x x=1.0E-4/3.0 do i=1,1000 print *,"x = ",x x= 0.1*x print*, i end do end program test
run
|
edit
|
history
|
help
0
A_02 NEWTON'S ITERATIVE METHOD
Question1(b)
Fib series
Practice 2(I)
A_03 RUNGE KUTTA METHOD O(4)
A_02 THE GUASS SEIDEL METHOD
DO END DO
A_04 GUASSIAN QUADRATURE METHOD
underoverflow
A_01 FALSE_POSITION_METHOD