Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JuliaMath/InverseFunctions.jl
- Owner: JuliaMath
- License: other
- Created: 2021-10-08T15:09:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T15:15:45.000Z (4 months ago)
- Last Synced: 2024-07-16T18:50:46.766Z (4 months ago)
- Topics: inverse-function, julia, math, reverse-functions
- Language: Julia
- Homepage:
- Size: 785 KB
- Stars: 25
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-sciml - JuliaMath/InverseFunctions.jl: Interface for function inversion in Julia
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)