Skip to content

Commit

Permalink
Merge pull request #891 from hirosystems/max-crawford-patch-78
Browse files Browse the repository at this point in the history
Update mod.mdx
  • Loading branch information
ryanwaits authored Jan 18, 2025
2 parents 6ddd21d + 4021fbb commit 3a4239b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/stacks/clarity/functions/mod.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: mod
description: Calculating the remainder of integer division in Clarity smart contracts.
description: Calculate the remainder of integer division in Clarity smart contracts.
---

## Function Signature
Expand Down Expand Up @@ -73,4 +73,4 @@ This example demonstrates:

## Conclusion

The `mod` function is a fundamental tool for calculating the remainder of integer division in Clarity smart contracts. It allows developers to perform modular arithmetic, enabling robust and comprehensive mathematical operations. When used effectively, `mod` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to manage modular calculations.
The `mod` function is a fundamental tool for calculating the remainder of integer division in Clarity smart contracts. It allows you to perform modular arithmetic, enabling robust and comprehensive mathematical operations. When used effectively, `mod` enhances the reliability and maintainability of your smart contract code by providing a clear and concise way to manage modular calculations.

0 comments on commit 3a4239b

Please sign in to comment.