summaryrefslogtreecommitdiffstats
path: root/src/aux.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typoMattias Andrée2014-04-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add polynomial interpolation with linear fallback, not tested or documentedMattias Andrée2014-04-031-0/+76
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* documentation and code reductionMattias Andrée2014-03-291-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + docMattias Andrée2014-03-271-18/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implemention of linearly_interpolate_rampMattias Andrée2014-03-241-7/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add specs for linear ramp interpolationMattias Andrée2014-03-241-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-03-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix data types in documentationMattias Andrée2014-03-191-10/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add store and restoreMattias Andrée2014-03-191-0/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split ramps_to_function into ramps_to_function and functioniseMattias Andrée2014-03-191-1/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move translate_to_integers and ramps_to_function to aux.pyMattias Andrée2014-03-191-0/+56
Signed-off-by: Mattias Andrée <maandree@operamail.com>