root / pobysoPythonSage / src / sageSLZ / argsForRunSLZ-53proj-01.sh
Historique | Voir | Annoter | Télécharger (309 octet)
1 | 253 | storres | #! /bin/bash |
---|---|---|---|
2 | 253 | storres | #@file argsForRunSLZ-53proj-01.sh |
3 | 253 | storres | # |
4 | 253 | storres | # These data correspond to the small example of the |
5 | 253 | storres | # SLZ-implementation chapter. |
6 | 253 | storres | # |
7 | 253 | storres | DEGREE=2 |
8 | 253 | storres | ALPHA=2 |
9 | 253 | storres | HARDNESS_TO_ROUND="53+10" |
10 | 253 | storres | INTERVAL_CENTER=3/2 |
11 | 253 | storres | NUM_OF_NUMBERS="2^9" |
12 | 253 | storres | # |
13 | 253 | storres | printf -- "$DEGREE \ |
14 | 253 | storres | $ALPHA \ |
15 | 253 | storres | $HARDNESS_TO_ROUND \ |
16 | 253 | storres | $INTERVAL_CENTER \ |
17 | 253 | storres | $NUM_OF_NUMBERS\n" |