diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-06 01:13:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-06 01:13:06 +0100 |
commit | 53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f (patch) | |
tree | 7c8a298b792152da6026314784d2ddcdc34e37b4 | |
parent | code (diff) | |
download | median-53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f.tar.gz median-53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f.tar.bz2 median-53b2cc33bbbad32d6d75f0c1a3ad208fa526f74f.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | COPYING | 2 | ||||
-rwxr-xr-x | src/median | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -median — Calculate the median value for a set of groups +median — Calculate the median values for a set of groups Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) This program is free software: you can redistribute it and/or modify @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- python -*- ''' -median — Calculate the median value for a set of groups +median — Calculate the median values for a set of groups Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) This program is free software: you can redistribute it and/or modify |