Skip to content

Commit a150289

Browse files
Use supported round notation
1 parent 93f3ca5 commit a150289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

formulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ example below, but the formula above gives the standard sRGB threshold.
132132
For an in-gamut encoded component $V$:
133133

134134
$$
135-
C_8 = \operatorname{round}(255V)
135+
C_8 = \mathrm{round}(255V)
136136
$$
137137

138138
Each resulting integer is written as a two-digit hexadecimal value and

0 commit comments

Comments
 (0)