and graphical techniques, and is highly extensible. The S language is often the
vehicle of choice for research in statistical methodology,
and R provides an open-source route to this.
See <ulinkurl="http://www.r-project.org">http://www.r-project.org</ulink> for more information.
See <ulinkurl="https://www.r-project.org">https://www.r-project.org</ulink> for more information.
</para>
</listitem>
</varlistentry>
...
...
@@ -155,7 +155,7 @@ Screenshot:
other technical computing environments. It provides a sophisticated
compiler, distributed parallel execution, numerical accuracy, and an
extensive mathematical function library.
See <ulinkurl="http://docs.julialang.org/en/latest/">Julia documentation</ulink> for more information.
See <ulinkurl="https://docs.julialang.org/en/latest/">Julia documentation</ulink> for more information.
</para>
</listitem>
</varlistentry>
...
...
@@ -164,7 +164,7 @@ Screenshot:
<listitem>
<para>
&kalgebra; is a MathML-based graph calculator, that ships with &kde; Education project.
See <ulinkurl="http://edu.kde.org/kalgebra/">http://edu.kde.org/kalgebra/</ulink> for more information.
See <ulinkurl="https://edu.kde.org/kalgebra/">https://edu.kde.org/kalgebra/</ulink> for more information.
</para>
</listitem>
</varlistentry>
...
...
@@ -183,7 +183,7 @@ Screenshot:
errors. Qalculate! will simplify as far as it can and answer with an
expression. In addition to numbers and arithmetic operators, an expression
may contain any combination of variables, units, and functions.
See <ulinkurl="http://qalculate.sourceforge.net/">http://qalculate.sourceforge.net/</ulink> for more information.
See <ulinkurl="https://qalculate.github.io/">https://qalculate.github.io/</ulink> for more information.
</para>
</listitem>
</varlistentry>
...
...
@@ -196,7 +196,7 @@ in a wide variety of application domains. There are several Python packages
to scientific programming.
</para>
<para>Python is distributed under Python Software Foundation license (GPL compatible).
See the <ulinkurl="http://www.python.org/">official website</ulink> for more information.
See the <ulinkurl="https://www.python.org/">official website</ulink> for more information.
</para>
<note>
<para>
...
...
@@ -213,7 +213,7 @@ to scientific programming.
and a high-level, numerically oriented programming language.
</para>
<para>Scilab is distributed under CeCILL license (GPL compatible).
See <ulinkurl="http://www.scilab.org/">http://www.scilab.org/</ulink> for more information.
See <ulinkurl="https://www.scilab.org/">https://www.scilab.org/</ulink> for more information.
</para>
<warning>
<para>
...
...
@@ -229,8 +229,8 @@ to scientific programming.
&GNU; Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing other
numerical experiments using a language that is mostly compatible with <ulinkurl="http://www.mathworks.com/products/matlab/">MATLAB</ulink>.
See <ulinkurl="http://www.gnu.org/software/octave/">http://www.gnu.org/software/octave/</ulink> for more information.
numerical experiments using a language that is mostly compatible with <ulinkurl="https://www.mathworks.com/products/matlab.html">MATLAB</ulink>.
See <ulinkurl="https://www.gnu.org/software/octave/">https://www.gnu.org/software/octave/</ulink> for more information.
</para>
</listitem>
</varlistentry>
...
...
@@ -241,10 +241,10 @@ to scientific programming.
Lua is a fast and lightweight scripting language, with a simple procedural syntax. There are several libraries in Lua aimed at math and science.
</para>
<para>
See <ulinkurl="http://www.lua.org/">http://www.lua.org/</ulink> for more information.
See <ulinkurl="https://www.lua.org/">https://www.lua.org/</ulink> for more information.
</para>
<para>
This backend supports <ulinkurl="http://luajit.org/">luajit 2</ulink>.
This backend supports <ulinkurl="https://luajit.org/">luajit 2</ulink>.
</para>
</listitem>
</varlistentry>
...
...
@@ -352,6 +352,14 @@ to scientific programming.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Embedded Math</term>
<listitem>
<para>
This setting controls whether rendering math expressions inside <literal>$$..$$</literal> in Text and Markdown entries is enabled by default (needs <application>pdflatex</application> installed).
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
...
...
@@ -582,7 +590,7 @@ This dialog allows entering expression of the function, its variables and the li
<guimenuitem>Download Example Worksheets</guimenuitem>
</menuchoice></term>
<listitem><para><action>Opens the dialog to download examples uploaded by other &cantor; users with
<question><para>What a peculiar name - what does it have to do with mathematics?</para></question>
<answer><para>&cantor; is named after the German mathematician <ulinkurl="http://en.wikipedia.org/wiki/Georg_Cantor">Georg Cantor</ulink>, the creator of set theory.</para></answer>
<answer><para>&cantor; is named after the German mathematician <ulinkurl="https://en.wikipedia.org/wiki/Georg_Cantor">Georg Cantor</ulink>, the creator of set theory.</para></answer>
set_package_properties(Analitza5 PROPERTIES DESCRIPTION "A library provided by KAlgebra."
URL "http://edu.kde.org/kalgebra/"
URL "https://edu.kde.org/kalgebra/"
TYPE OPTIONAL
PURPOSE "Backend to use KAlgebra with Cantor.")
...
...
@@ -29,7 +29,7 @@ if(Analitza5_FOUND)
endif(Analitza5_FOUND)
set_package_properties(R PROPERTIES DESCRIPTION "A free software environment for statistical computing and graphics."
URL "http://www.r-project.org/"
URL "https://www.r-project.org/"
TYPE OPTIONAL
PURPOSE "Backend to use R with Cantor.")
...
...
@@ -39,7 +39,7 @@ if(R_FOUND)
endif(R_FOUND)
set_package_properties(Qalculate PROPERTIES DESCRIPTION "A multi-purpose desktop calculator with support for customizable functions, units and arbitrary precision."
URL "http://qalculate.sourceforge.net/"
URL "https://qalculate.github.io/"
TYPE OPTIONAL
PURPOSE "Backend to use Qalculate with Cantor.")
...
...
@@ -80,7 +80,7 @@ if(PYTHONLIBS3_FOUND)
endif(PYTHONLIBS3_FOUND)
set_package_properties(LuaJIT PROPERTIES DESCRIPTION "A lightweight, extensible programming language (luajit implementation)."
URL "http://www.lua.org/"
URL "https://www.lua.org/"
TYPE OPTIONAL
PURPOSE "Backend to use Lua (luajit2) with Cantor.")
...
...
@@ -92,7 +92,7 @@ endif(LUAJIT_FOUND)
set_package_properties(
Julia
PROPERTIES DESCRIPTION "A high-level, high-performance dynamic programming language for technical computing"