Skip to content

Commit 1fc9fa1

Browse files
authored
Update changing_the_primal.md
1 parent 872d645 commit 1fc9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/design/changing_the_primal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ if Julia changes the algorithm it uses to compute `exp(::Matrix)`, then during a
430430
This may actually happen, as there are many other algorithms that can compute the matrix exponential.
431431
Further, perhaps there might be an improvement to the exact coefficient or cut-offs used by Julia's current Padé approximation.
432432
If Julia made this change it would not be considered breaking.
433-
[Exact floating point numerical values are not generally considered part of the SemVer-bound API](http://colprac.sciml.ai/#changes-that-are-not-considered-breaking).
433+
[Exact floating point numerical values are not generally considered part of the SemVer-bound API](https://docs.sciml.ai/ColPrac/stable/#Changes-that-are-not-considered-breaking).
434434
Rather only the general accuracy of the computed value relative to the true mathematical value (e.g. for common scalar operations Julia promises 1 [ULP](https://en.wikipedia.org/wiki/Unit_in_the_last_place)).
435435

436436
This change will result in the output of the AD primal pass not being exactly equal to what would be seen from just running the primal code.

0 commit comments

Comments
 (0)