cvp / src / args-for-cvp-run-02.sh @ 6a967c2d
Historique | Voir | Annoter | Télécharger (209 octet)
1 | 6a967c2d | Serge Torres | #! /bin/bash |
---|---|---|---|
2 | 6a967c2d | Serge Torres | # @file args-for-cvp-run-02.sh |
3 | 6a967c2d | Serge Torres | # |
4 | 6a967c2d | Serge Torres | echo "log(1+(2^-x))/log(2)" \ |
5 | 6a967c2d | Serge Torres | 0 \ |
6 | 6a967c2d | Serge Torres | 1 \ |
7 | 6a967c2d | Serge Torres | "[0,1,2,3,4,5,6]" \ |
8 | 6a967c2d | Serge Torres | "[24,24,24,24,24,24,24]" \ |
9 | 6a967c2d | Serge Torres | "[-1,-1,-4,-14,-10,-14,-19]" \ |
10 | 6a967c2d | Serge Torres | "[0,-2,-4,-14,-10,-13,-14]" \ |
11 | 6a967c2d | Serge Torres | "[14/15]" \ |
12 | 6a967c2d | Serge Torres | 256 |