Paketname | units-filter |
Beschreibung | Parser for expressions concerning physical values |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.0-1 |
Sektion | science |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | libc6 (>= 2.3.4), libgcc1 (>= 1:4.1.1), libgmp3c2, libgmpxx4ldbl, librecode0 (>= 3.6), libstdc++6 (> |
Empfohlene Pakete | |
Paketbetreuer | Georges Khaznadar |
Quelle | |
Paketgröße | 27616 Byte |
Prüfsumme MD5 | 4243c9c2338600ebb85b93597bf127a2 |
Prüfsumme SHA1 | 8aeed3bed26e4e955425eb3a34fb1ecce059b940 |
Prüfsumme SHA256 | 68ea6d77942214fd9e0758675c7126d85428e640bb4aa0e58c7b32327d240e95 |
Link zum Herunterladen | units-filter_3.0-1_i386.deb |
Ausführliche Beschreibung | Units-filter is a basic standalone filter written in C language,
flex and bison. It inputs strings like "1.5e3 nN.m.s^-1" (it could
be the time growth ratio of a torque) and outputs the value in
standard SI unit, followed by the physical dimension of this value.
.
example :~/src$ echo 1.5e3 nN.m.s^-1 | units-filter
1.5e-06Â Â Â 2Â Â Â 1Â Â -3Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â Â 0Â Â Â Â 0
.
2 -3
which means : 1.5e-06 (SI unit) m .kg.s
.
This parser can be embedded in educational test systems, in order to
analyze a student's answer to a problem of physics or chemistry.
|