Difference between revisions of "Units"
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name=Units | + | |Name=GNU Units |
− | |Short description=Unit conversion and calculation | + | |Short description=Unit conversion and calculation. |
− | |Full description=The program converts quantities expressed in various | + | |Full description='''GNU Units''' is a unit conversion tool designed to help simplify the process of converting between different systems of units. |
− | | | + | |
− | | | + | The program converts quantities expressed in various systems of measurement to their equivalents in other systems of measurement. Like many similar programs, the units program can handle multiplicative scale changes. It can also handle nonlinear conversions such as Fahrenheit to Celsius, and it can perform conversions to and from sums of units, such as converting between feet plus inches and meters. |
− | | | + | |
− | + | Beyond simple unit conversions, units can be used as a general-purpose scientific calculator that keeps track of units in its calculations. You can form arbitrary complex mathematical expressions of dimensions including sums, products, quotients, powers, and even roots of dimensions. Thus you can ensure accuracy and dimensional consistency when working with long expressions that involve many different units that may combine in complex ways. | |
− | + | ||
− | + | The units are defined in an extensive, well annotated data file that defines over 2500 units. You can also provide your own file to supplement or replace the standard file. | |
− | + | |Homepage URL=https://www.gnu.org/software/units/ | |
− | + | |Is High Priority Project=No | |
− | + | |Documentation note=https://www.gnu.org/software/units/manual/ | |
− | | | + | |
− | | | + | '''Selection from the [https://shop.fsf.org/ FSF shop]''' |
− | |Related projects= | + | |
+ | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] | ||
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards | ||
|Keywords=conversion,scales,quantities,multiplication,units,calculation | |Keywords=conversion,scales,quantities,multiplication,units,calculation | ||
− | | | + | |Version identifier=2.18.18 |
− | |Last review by= | + | |Version date=2018/10/20 |
− | |Last review date= | + | |Version status=stable |
+ | |Version download=https://ftp.gnu.org/gnu/units/units-2.18.tar.gz | ||
+ | |Last review by=Bendikker | ||
+ | |Last review date=2019/01/19 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
− | |Submitted date=2011 | + | |Submitted date=2011/04/01 |
− | | | + | |User level=none |
− | + | |Paid support=https://www.fsf.org/resources/service/ | |
− | | | + | |Accepts cryptocurrency donations=Yes |
− | + | |Test entry=No | |
− | |License verified date= | + | |Is GNU=Yes |
− | | | + | |GNU package identifier=units |
+ | |Decommissioned/Obsolete=No | ||
+ | }} | ||
+ | {{Project license | ||
+ | |License=GPLv3orlater | ||
+ | |License copyright=Copyright (C) 1996, 1997, 1999-2007, 2010-2015 Free Software Foundation, Inc. | ||
+ | |License verified by=Genium | ||
+ | |License verified date=2015/10/27 | ||
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Adrian Mariano | ||
+ | |Role=Maintainer | ||
+ | |Email=adrianm@gnu.org | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Jeff Conrad | ||
|Role=Maintainer | |Role=Maintainer | ||
− | | | + | |Email=jeff_conrad@msn.com |
− | | | + | }} |
− | |Resource URL= | + | {{Resource |
+ | |Resource audience=Debian (Ref) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/units | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Savannah (Ref) | ||
+ | |Resource URL=https://savannah.gnu.org/projects/units/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://alpha.gnu.org/gnu/units/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://ftp.gnu.org/gnu/units/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=General | |
− | |Resource kind= | + | |Resource URL=https://savannah.gnu.org/people/ |
− | |Resource URL= | ||
}} | }} | ||
{{Software category | {{Software category | ||
− | |Interface=command-line,console | + | |Interface=command-line, console |
+ | |Library=C | ||
+ | |Runs-on=Windows, GNU/Linux | ||
|Use=science | |Use=science | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Weak prerequisite | |Prerequisite kind=Weak prerequisite | ||
− | |Prerequisite description= | + | |Prerequisite description=[[Readline]] |
}} | }} | ||
+ | {{Featured}} |
Latest revision as of 07:07, 19 January 2019
GNU Units
https://www.gnu.org/software/units/
Unit conversion and calculation.
GNU Units is a unit conversion tool designed to help simplify the process of converting between different systems of units.
The program converts quantities expressed in various systems of measurement to their equivalents in other systems of measurement. Like many similar programs, the units program can handle multiplicative scale changes. It can also handle nonlinear conversions such as Fahrenheit to Celsius, and it can perform conversions to and from sums of units, such as converting between feet plus inches and meters.
Beyond simple unit conversions, units can be used as a general-purpose scientific calculator that keeps track of units in its calculations. You can form arbitrary complex mathematical expressions of dimensions including sums, products, quotients, powers, and even roots of dimensions. Thus you can ensure accuracy and dimensional consistency when working with long expressions that involve many different units that may combine in complex ways.
The units are defined in an extensive, well annotated data file that defines over 2500 units. You can also provide your own file to supplement or replace the standard file.
Documentation
https://www.gnu.org/software/units/manual/Selection from the FSF shop
Free as in Freedom 2.0, by Richard Stallman
Introduction to the Command Line
Helping the GNU Project and the Free Software Movement
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
This is a GNU package:
units
Download
https://ftp.gnu.org/gnu/units/units-2.18.tar.gz
version 2.18.18
(stable)
released on 20 October 2018
Donate link
https://my.fsf.org/donate/Accepts cryptocurrency donations.
Paid support
https://www.fsf.org/resources/service/
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Adrian Mariano | Maintainer |
Jeff Conrad | Maintainer |
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | Readline |
This entry (in part or in whole) was last reviewed on 19 January 2019.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.