Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobwilliams/specfun

Special functions with Modern Fortran
https://github.com/jacobwilliams/specfun

fortran fortran-package-manager scipy special-functions

Last synced: about 6 hours ago
JSON representation

Special functions with Modern Fortran

Awesome Lists containing this project

README

        

# specfun

Computation of Special functions with Modern Fortran.

### Status

[![Language](https://img.shields.io/badge/-Fortran-734f96?logo=fortran&logoColor=white)](https://github.com/topics/fortran)
![Build Status](https://github.com/jacobwilliams/specfun/actions/workflows/CI.yml/badge.svg?branch=master)

This is a work in progress to modernize [`specfun.f`](https://github.com/scipy/scipy/blob/main/scipy/special/specfun/specfun.f) from SciPy.

## Documentation

The latest API documentation for the `master` branch can be found [here](https://jacobwilliams.github.io/specfun/). This was generated from the source code using [FORD](https://github.com/Fortran-FOSS-Programmers/ford).