Overview
Comment: | Now handles e and NaN numbers. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
64cba155ab81d29c49fd0896a5076a7b |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-11 10:40:00 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-11
| ||
10:40:56 |
Added new numpar stuff. Added step response. check-in: ae56da63d4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:40:00 | Now handles e and NaN numbers. check-in: 64cba155ab user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:38:30 | Minor debugging changes. check-in: 5495cab3b8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/dm2ir_m2dat from [e42ebfadbe] to [25a844b55b].
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + + + - + - + | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1996/08/10 14:15:03 peter ## Initial revision ## ############################################################### echo Creating $1_ir.dat |
︙ |