Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 373 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 373 Bytes

Netlib Specfun (vendored)

We have copied in this specfun/ directory select functions from Netlib Specfun. In some cases we have modernized the Fortran code without changing the numeric output. This includes:

  • putting each procedure in a Fortran 90 module
  • enabling "implicit none"
  • using "intent" property
  • using "elemental" property