Date: Sat, 18 Jun 2016 14:39:50 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r417065 - branches/2016Q2/math/blitz++/files Message-ID: <201606181439.u5IEdo24084583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Jun 18 14:39:50 2016 New Revision: 417065 URL: https://svnweb.freebsd.org/changeset/ports/417065 Log: MFH: r416999 math/blitz++: unbreak build on 11.0 and dragonfly ./arrays-expr.texi:718: unknown command `erf' PR: 199527 Reported by: pkg-fallout Approved by: maintainer timeout (1 year) Approved by: ports-secteam (feld) Added: branches/2016Q2/math/blitz++/files/patch-doc-arrays-expr.texi - copied unchanged from r416999, head/math/blitz++/files/patch-doc-arrays-expr.texi Modified: Directory Properties: branches/2016Q2/ (props changed) Copied: branches/2016Q2/math/blitz++/files/patch-doc-arrays-expr.texi (from r416999, head/math/blitz++/files/patch-doc-arrays-expr.texi) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q2/math/blitz++/files/patch-doc-arrays-expr.texi Sat Jun 18 14:39:50 2016 (r417065, copy of r416999, head/math/blitz++/files/patch-doc-arrays-expr.texi) @@ -0,0 +1,16 @@ +--- doc/arrays-expr.texi.orig 2003-01-21 11:01:03 UTC ++++ doc/arrays-expr.texi +@@ -714,13 +714,8 @@ Computes the error function: + @tex + $$ {\rm erf}(x) = {2\over\sqrt\pi}\int_{0}^{x} e^{-t^2} dt $$ + @end tex +-@html +-@erf(x) = 2/sqrt(Pi) * integral(exp(-t^2), t=0..x) +-@end html + @ifnottex +-@ifnothtml + @math{@r{erf}(x) = 2/@r{sqrt}(Pi) * @r{integral}(@r{exp}(-t^2), t=0..x)} +-@end ifnothtml + @end ifnottex + + Note that for large values of the parameter, calculating can result in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606181439.u5IEdo24084583>