FortranProgramCategoryΒΆ

fortcat.spad line 83 [edit on github]

FortranProgramCategory provides various models of FORTRAN subprograms. These can be transformed into actual FORTRAN code.

coerce: % -> OutputForm

from CoercibleTo OutputForm

outputAsFortran: % -> Void

outputAsFortran(u) translates u into a legal FORTRAN subprogram.

CoercibleTo OutputForm