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

https://github.com/ready-steady/staircase

A step function with smooth transitions
https://github.com/ready-steady/staircase

approximation spline

Last synced: about 1 year ago
JSON representation

A step function with smooth transitions

Awesome Lists containing this project

README

          

# Staircase [![Build Status][status-img]][status-url]

The package provides a [step function][1] with smooth transitions based on
[cubic Hermite splines][2].

## [Documentation][doc]

## Contribution

1. Fork the project.
2. Implement your idea.
3. Create a pull request.

[1]: https://en.wikipedia.org/wiki/Step_function
[2]: https://en.wikipedia.org/wiki/Cubic_Hermite_spline

[doc]: http://godoc.org/github.com/ready-steady/staircase
[status-img]: https://travis-ci.org/ready-steady/staircase.svg?branch=master
[status-url]: https://travis-ci.org/ready-steady/staircase