Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 7, 2018
1 parent bcf7232 commit 02337ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Language/math.pod6
Expand Up @@ -245,7 +245,7 @@ a nice goal while learning a new coding language.
=head2 Requirements
In Perl 6 there are some modules in the ecosystem that can do the job we
want in a very easy way :
want in a very easy way :
=item L<C<Math::Model>|https://github.com/moritz/Math-Model>
which lets you write mathematical and physical models in an easy and
natural way.
Expand All @@ -257,16 +257,16 @@ For this example we are going to use
L<C<Math::Model>|https://github.com/moritz/Math-Model> because its
useful sintaxis, but remember that this module requires
L<C<Math::RungeKutta>|https://github.com/moritz/Math-RungeKutta> as well.
Simply install them with I<zef> before using these examples.
Simply install them with I<zef> before using these examples.
In the future it should be a nice idea to add other modules.
=head2 Malthus model
Let's start with the I<'Hello World'> of mathematical Ecology:
L<Malthusian growth model|https://en.wikipedia.org/wiki/Malthusian_growth_model>.
A Malthusian growth model, sometimes called a simple exponential growth
model, is essentially exponential growth based on the idea of the
function being proportional to the speed to which the function grows.
model, is essentially exponential growth based on the idea of the
function being proportional to the speed to which the function grows.
The equation, then, looks like this:
I<dx/dt = g*x>
Expand Down

0 comments on commit 02337ab

Please sign in to comment.