Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JuliaMath/InverseFunctions.jl

Interface for function inversion in Julia
https://github.com/JuliaMath/InverseFunctions.jl

inverse-function julia math reverse-functions

Last synced: 3 months ago
JSON representation

Interface for function inversion in Julia

Awesome Lists containing this project

README

        

# InverseFunctions.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/InverseFunctions.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/InverseFunctions.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/JuliaMath/InverseFunctions.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaMath/InverseFunctions.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/JuliaMath/InverseFunctions.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/InverseFunctions.jl)

InverseFunctions.jl defines an interface to invert functions.

`InverseFunctions` is a very lightweight package and has no dependencies
beyond `Base` and `Test`.

## Documentation

* [Documentation for stable version](https://JuliaMath.github.io/InverseFunctions.jl/stable)
* [Documentation for development version](https://JuliaMath.github.io/InverseFunctions.jl/dev)