File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -795,8 +795,9 @@ Interpolation Progress Calculations: the ''progress()'' notation</h2>
795
795
or a [=mix notation=] .
796
796
797
797
<div algorithm>
798
- The ''progress()'' notation resolves to a <<number>>
799
- by <dfn noexport lt="calculate a progress function">calculating a progress function</dfn> as follows:
798
+ The result of ''progress()'' is a <<number>>
799
+ [=made consistent=] with the [=consistent type=] of its arguments,
800
+ resolved by <dfn noexport lt="calculate a progress function">calculating a progress function</dfn> as follows:
800
801
801
802
: If the [=progress start value=] and [=progress end value=] are different values
802
803
:: <code> ([=progress value=] - [=progress start value=] ) / ([=progress end value=] - [=progress start value=] )</code> .
You can’t perform that action at this time.
0 commit comments