diff options
Diffstat (limited to 'math/Scilab/files/patch-bt')
-rw-r--r-- | math/Scilab/files/patch-bt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-bt b/math/Scilab/files/patch-bt new file mode 100644 index 000000000000..eff2e247c36d --- /dev/null +++ b/math/Scilab/files/patch-bt @@ -0,0 +1,9 @@ +--- scilab.star.orig Sun Jan 17 10:41:16 1999 ++++ scilab.star Sun Jan 17 10:41:32 1999 +@@ -21,5 +21,5 @@ + + // Special variables definition +-%inf=10000.3^10000.3;%nan=%inf-%inf; ++//%inf=10000.3^10000.3;%nan=%inf-%inf; + %s=poly(0,'s');%z=poly(0,'z'); + $=poly(0,'$') |