Skip to content

Files

Latest commit

88b6a6d · Nov 14, 2022

History

History

specfun

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