Recent content by shadow1768

  1. S

    Fortran Fortran 95 Help ( Compiling errors)

    Indeed. Quick question, now if I need help coding, do I make a new post in the homework help section or something or another? I can't get the factorials right.
  2. S

    Fortran Fortran 95 Help ( Compiling errors)

    Hello all, I'm kinda stuck with this fortran 95 program I have to write. It is an Infinite Series of SIN. IMPLICIT NONE ! ! Data Dictionary REAL :: x ! Measurement of angle in degrees REAL :: result ! facilitates addition of the functions REAL :: f_x ! function defining the series REAL...
Back
Top