Revision history of "F90: Funções matemáticas intrínsecas"

From AdonaiMedrado.Pro.Br
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 02:41, 3 November 2008Adonaimedrado (Talk | contribs). . (301 bytes) (+301). . (New page: <code lang="fortran"> PROGRAM aula IMPLICIT NONE REAL, PARAMETER :: pi = 3.14159265 REAL :: angulo, angulo_r WRITE (*,*) "Digite um angulo em graus" READ (*,*) angulo angulo_r = (ang...)