Skip to content

Commit f9eac7f

Browse files
committed
change math to latex
1 parent a61156e commit f9eac7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/lectures/4_errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ int16_t i = 30'000;
124124
auto j = static_cast<int8_t>(i);
125125
```
126126

127-
~~Výsledok vyššie je definovaný implementáciou, na iných platformách môže byť iný.~~ Od C++20 je to už definované ako **x % 2n**.
127+
~~Výsledok vyššie je definovaný implementáciou, na iných platformách môže byť iný.~~ Od C++20 je to už definované ako $x \bmod 2^n$.
128128

129129
```cpp
130130
uint32_t i = 300'000;

0 commit comments

Comments
 (0)