We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7da711 commit aa0d2c0Copy full SHA for aa0d2c0
archive/m/m4/dijkstra.m4
@@ -74,7 +74,7 @@ popdef(`x1')dnl
74
)'dnl
75
)
76
77
-dnl $1=n, $2=prev2, $3=prev1
+dnl n=$1, prev2=$2, prev1=$3
78
define(`_isqrt',
79
`define(`x1', eval(($3 + $1 / $3) >> 1))dnl
80
ifelse(eval(x1 == $3), 1, x1,
0 commit comments