diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-06 00:47:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-06 00:47:02 +0200 |
commit | ef8dd7c87b3c13bf90e8796527252a8db15df362 (patch) | |
tree | b44444ae13d780b5de3381b9ca56f4f9540e4bf2 /test | |
parent | update todo (diff) | |
download | blueshift-ef8dd7c87b3c13bf90e8796527252a8db15df362.tar.gz blueshift-ef8dd7c87b3c13bf90e8796527252a8db15df362.tar.bz2 blueshift-ef8dd7c87b3c13bf90e8796527252a8db15df362.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/cubic_interpolation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cubic_interpolation b/test/cubic_interpolation index 6d2b22c..537102c 100755 --- a/test/cubic_interpolation +++ b/test/cubic_interpolation @@ -53,6 +53,7 @@ def interpolate(small, tension = 0): Interpolate data @param small:list<float> The input values for each point + @param tension:float A [0, 1] value of the interpolation tension @return :list<float> The values for each point in a scaled up version ''' large = [None] * len(small) ** 2 |