Skip to content

Commit b1d914a

Browse files
committed
Update _index.md
1 parent 0614b36 commit b1d914a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

english/cpp/system/decimal/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class Decimal
5858
| explicit [operator float](./operatorfloat/)() const | Converts the value represented by the current object to single-precision floating-point value. |
5959
| [operator!=](./operator!=/)(const Decimal\&) const | Determines if the values represented by the current object and the specified object are not equal. |
6060
| [operator!=](./operator!=/)(std::nullptr_t) const | Determines if the value represented by the current object is different from 0. |
61-
| [operator%](./operator%/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a result of modulo operation with the values represented by the current and the specified objects. |
62-
| [operator%=](./operator%=/)(const Decimal\&) | Assigns to the current object a new value that is the result of modulo operation with the values represented by the current and the specified objects. |
61+
| [operator%](./operator-percent/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a result of modulo operation with the values represented by the current and the specified objects. |
62+
| [operator%=](./operator-percent-equal/)(const Decimal\&) | Assigns to the current object a new value that is the result of modulo operation with the values represented by the current and the specified objects. |
6363
| [operator*](./operator_/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a result of multiplication of values represented by the current and specified objects. |
6464
| [operator*=](./operator_=/)(const Decimal\&) | Assigns to the current object a new value that is the result of multiplication of values represented by the current and specified objects. |
6565
| [operator+](./operator+/)(const Decimal\&) const | Returns a new instance of [Decimal](./) class that represents a value that is a sum of values represented by the current and specified objects. |

0 commit comments

Comments
 (0)