units-filter 4.2.1-1 source package in Ubuntu

Changelog

units-filter (4.2.1-1) unstable; urgency=medium

  * new upstream : fix issues with the manpage, updated the translation
    Closes: #1046564

 -- Georges Khaznadar <email address hidden>  Mon, 13 Nov 2023 17:56:14 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any all
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe science
Noble release universe science

Downloads

File Size SHA-256 Checksum
units-filter_4.2.1-1.dsc 2.0 KiB eda38705eb797f797ddf585338373a6d2fa8227f45c8ed1473a6c4b1e709fe08
units-filter_4.2.1.orig.tar.xz 173.7 KiB d187b16e982086b44d2ff6d444e24dd5485c0472e8a6558ca45c175de1b96eaa
units-filter_4.2.1-1.debian.tar.xz 6.2 KiB c9f86f8def4996d6e554e7c7851d46a9351bbbf0fa88613855b6bd861d3d4883

Available diffs

No changes file available.

Binary packages built by this source

units-filter: Parser for expressions concerning physical values

 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.

units-filter-dbgsym: debug symbols for units-filter
units-master: Powerful units converter with a GUI

 Units-master is a graphic application with three features:
  - check the syntax of a physical quantity, like "25 m/s", or "1.2 µA"
  - perform conversions, like "1.2 µA" to "1.2e-3 mA"
  - render physical quantities to plain LaTeX, PNG, SVG.