Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Y
!gfortran, gcc version 5.4.0 20160609 program arithmetic implicit none ! To find the arithmetic operator !We use the formular (a * b**c) real :: output real,parameter :: a = 5 real,parameter :: b= 2 real,parameter :: c = 3 Output = a*b**c Print * , Output end program arithmetic
run
|
edit
|
history
|
help
0
A_04 TRAPEZOIDAL RULE (3(I))
Gauss backward elimination
Subroutine problem
A_02 QUESTIONS NUMBER 3
A
Test
A_03 1(I)
Practice 4 I
euler-cromer
A_01 BISECTION METHOD