Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 780 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 780 Bytes

Moving Average Library for C

Ported to C from https://github.com/JChristensen/movingAvg by Christopher Lange

License

GNU GPL v3.0

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License v3.0 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl.html

Description

movingAvg is a simple library for calculating integer moving averages.