Guest User

Untitled

a guest
Nov 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. real (kind = 8) :: x,y
  2. integer :: i
  3.  
  4. y = 0.0, x = -1.0
  5.  
  6. do i = 1, 30
  7.  
  8. y = ((1/8)*((35*(x**4))-(30*(x**2))+3)
  9.  
  10. write (6,*) y
  11.  
  12. cont = cont + 0.066
  13.  
  14. end do
Add Comment
Please, Sign In to add comment