]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/picomath/picomath.factor
Switch to https urls
[factor.git] / extra / picomath / picomath.factor
index 217679ec01e7f44b4f7508f1575d68ea874c0f10..61c39ebd7f6d2b1657beaf3c0f147c4bc2deb67f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2011 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: combinators kernel locals math math.constants
 math.functions sequences ;
@@ -18,7 +18,7 @@ CONSTANT: p   0.3275911
 PRIVATE>
 
 ! Standalone error function erf(x)
-! http://www.johndcook.com/blog/2009/01/19/stand-alone-error-function-erf/
+! https://www.johndcook.com/blog/2009/01/19/stand-alone-error-function-erf/
 :: erf ( x -- value )
     x 0 >= 1 -1 ? :> sign
     x abs :> x!