Statistiques
| Révision :

root / pobysoPythonSage / src / sageSLZ / argsForRunSLZ-53-01.sh @ 275

Historique | Voir | Annoter | Télécharger (305 octet)

1
#! /bin/bash
2
#@file argsForRunSLZ-53-01.sh
3
#
4
# These data correspond to the small example of the 
5
# SLZ-implementation chapter.
6
#
7
DEGREE=2
8
ALPHA=2
9
HARDNESS_TO_ROUND="53+10"
10
INTERVAL_CENTER=3/2
11
NUM_OF_NUMBERS="2^9"
12
#
13
printf -- "$DEGREE \
14
$ALPHA \
15
$HARDNESS_TO_ROUND \
16
$INTERVAL_CENTER \
17
$NUM_OF_NUMBERS\n"