]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.cpp
Fix some apparent typos and misindentations.
[ginac.git] / ginac / inifcns.cpp
index ecb6e0072fb8333067ab5c54ba8d7453c0dacc97..9ac5ceba882add64f91025c733c2abd20d7d3450 100644 (file)
@@ -956,7 +956,7 @@ static ex binomial_eval(const ex & x, const ex &y)
                return binomial(x, y).hold();
 }
 
                return binomial(x, y).hold();
 }
 
-// At the moment the numeric evaluation of a binomail function always
+// At the moment the numeric evaluation of a binomial function always
 // gives a real number, but if this would be implemented using the gamma
 // function, also complex conjugation should be changed (or rather, deleted).
 static ex binomial_conjugate(const ex & x, const ex & y)
 // gives a real number, but if this would be implemented using the gamma
 // function, also complex conjugation should be changed (or rather, deleted).
 static ex binomial_conjugate(const ex & x, const ex & y)