]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Tidy up some grammar used to describe SD math functions 8121/head
authorJean-Paul Pelteret <jppelteret@gmail.com>
Sun, 12 May 2019 23:28:22 +0000 (01:28 +0200)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Sun, 12 May 2019 23:28:22 +0000 (01:28 +0200)
include/deal.II/differentiation/sd/symengine_math.h

index a4c17380144761d4a1939955355c410f004e1067..f8773e557b189917370ed19349dd83cd5d1539cc 100644 (file)
@@ -50,7 +50,7 @@ namespace Differentiation
     //@{
 
     /**
-     * Return a symbolic number that represents a @p base value to the power of
+     * Return a symbolic number that represents a @p base value raised to the power of
      * an @p exponent.
      *
      * Mimics the function <code> std::pow(base,exponent) </code> using the
@@ -60,7 +60,7 @@ namespace Differentiation
     pow(const Expression &base, const Expression &exponent);
 
     /**
-     * Return a symbolic number that represents a @p base value to the power of
+     * Return a symbolic number that represents a @p base value raised to the power of
      * an @p exponent.
      *
      * Mimics the function <code> std::pow(base,exponent) </code> using the
@@ -79,7 +79,7 @@ namespace Differentiation
     }
 
     /**
-     * Return a symbolic number that represents a @p base value to the power of
+     * Return a symbolic number that represents a @p base value raised to the power of
      * an @p exponent.
      *
      * Mimics the function <code> std::pow(base,exponent) </code> using the
@@ -135,7 +135,7 @@ namespace Differentiation
     log(const Expression &x);
 
     /**
-     * Return a symbolic number that represents the logarithm of a value @p x with
+     * Return a symbolic number that represents the logarithm of a value @p x taken with
      * respect to a @p base number.
      *
      * Mimics the function <code> std::log(x,base) </code> using the standard
@@ -145,7 +145,7 @@ namespace Differentiation
     log(const Expression &x, const Expression &base);
 
     /**
-     * Return a symbolic number that represents the logarithm of a value @p x with
+     * Return a symbolic number that represents the logarithm of a value @p x taken with
      * respect to a @p base number.
      *
      * Mimics the function <code> std::log(x,base) </code> using the standard
@@ -164,7 +164,7 @@ namespace Differentiation
     }
 
     /**
-     * Return a symbolic number that represents the logarithm of a value @p x with
+     * Return a symbolic number that represents the logarithm of a value @p x taken with
      * respect to a @p base number.
      *
      * Mimics the function <code> std::log(x,base) </code> using the standard

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.