summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7eb2f5aeae3..d3654817aeb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -90,10 +90,10 @@
90 (synopsis "Conversion between thousands of scales") 90 (synopsis "Conversion between thousands of scales")
91 (description 91 (description
92 "GNU Units converts numeric quantities between units of measure. It 92 "GNU Units converts numeric quantities between units of measure. It
93can handle scale changes through adaptive usage of standard scale prefixes 93can handle scale changes through adaptive usage of standard scale
94(micro-, kilo-, etc.). It can also handle nonlinear conversions such as 94prefixes (micro-, kilo-, etc.). It can also handle nonlinear
95Fahrenheit to Celsius. Its interpreter is powerful enough to be used 95conversions such as Fahrenheit to Celsius. Its interpreter is powerful
96effectively as a scientific calculator.") 96enough to be used effectively as a scientific calculator.")
97 (license license:gpl3+) 97 (license license:gpl3+)
98 (home-page "http://www.gnu.org/software/units/"))) 98 (home-page "http://www.gnu.org/software/units/")))
99 99
@@ -1381,7 +1381,7 @@ to BMP, JPEG or PNG image formats.")
1381 (description "Maxima is a system for the manipulation of symbolic and 1381 (description "Maxima is a system for the manipulation of symbolic and
1382numerical expressions. It yields high precision numeric results by using 1382numerical expressions. It yields high precision numeric results by using
1383exact fractions, arbitrary precision integers, and variable precision floating 1383exact fractions, arbitrary precision integers, and variable precision floating
1384point numbers") 1384point numbers.")
1385 ;; Some files are lgpl2.1+. Some are gpl2+. Some explicitly state gpl1+. 1385 ;; Some files are lgpl2.1+. Some are gpl2+. Some explicitly state gpl1+.
1386 ;; Others simply say "GNU General Public License" without stating a 1386 ;; Others simply say "GNU General Public License" without stating a
1387 ;; version (which implicitly means gpl1+). 1387 ;; version (which implicitly means gpl1+).
@@ -1528,7 +1528,7 @@ constant parts of it.")
1528 "OpenLibm is an effort to have a high quality, portable, standalone C 1528 "OpenLibm is an effort to have a high quality, portable, standalone C
1529mathematical library (libm). It can be used standalone in applications and 1529mathematical library (libm). It can be used standalone in applications and
1530programming language implementations. The project was born out of a need to 1530programming language implementations. The project was born out of a need to
1531have a good libm for the Julia programming langage that worked consistently 1531have a good libm for the Julia programming language that worked consistently
1532across compilers and operating systems, and in 32-bit and 64-bit 1532across compilers and operating systems, and in 32-bit and 64-bit
1533environments.") 1533environments.")
1534 ;; See LICENSE.md for details. 1534 ;; See LICENSE.md for details.