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
- Host: GitHub
- URL: https://github.com/ready-steady/staircase
- Owner: ready-steady
- License: mit
- Created: 2015-04-24T17:58:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T08:22:09.000Z (over 8 years ago)
- Last Synced: 2025-01-05T01:40:35.270Z (over 1 year ago)
- Topics: approximation, spline
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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