Skip to content

Commit 8b5efb1

Browse files
Merge pull request #1520 from onflow/fix128-fixes
fix: added fix128 summary in forte index and added sidebar number
2 parents 384f915 + 8ddebaf commit 8b5efb1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/blockchain-development-tutorials/forte/fixed-point-128-bit renamed to docs/blockchain-development-tutorials/forte/fixed-point-128-bit-math.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: High-Precision Fixed-Point Math
33
description: Learn about Flow's high-precision mathematical utilities for DeFi applications using UInt128-based 24-decimal fixed-point arithmetic for accurate financial calculations.
4+
sidebar_position: 3
45
keywords:
56
- DeFi math
67
- fixed-point arithmetic

docs/blockchain-development-tutorials/forte/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Discover how to implement scheduled transactions for time-based smart contract e
7272

7373
Implement device-backed passkeys using the Web Authentication API to register Flow account keys and sign transactions with secure, user-friendly authentication. See the [advanced concepts documentation](../../build/cadence/advanced-concepts/passkeys.md) for detailed implementation guidance.
7474

75+
### [High-Precision Fixed-Point Math]
76+
77+
Learn about Flow's high-precision mathematical utilities for DeFi applications using UInt128-based 24-decimal fixed-point arithmetic. This tutorial covers how to perform accurate financial calculations, handle rounding modes, and avoid precision loss in complex DeFi operations like liquidity pools, yield farming, and token swaps.
78+
7579
## Getting Started
7680

7781
To begin with Forte tutorials, we recommend starting with:
@@ -95,5 +99,6 @@ The Forte network upgrade represents a significant evolution of Flow's capabilit
9599
[Flow Actions]: ./flow-actions/index.md
96100
[Scheduled Transactions]: ./scheduled-transactions/index.md
97101
[Passkeys]: ../../build/cadence/advanced-concepts/passkeys.md
102+
[High-Precision Fixed-Point Math]: ./fixed-point-128-bit-math.md
98103
[Introduction to Flow Actions]: ./flow-actions/intro-to-flow-actions.md
99104
[Scheduled Transactions Introduction]: ./scheduled-transactions/scheduled-transactions-introduction.md

0 commit comments

Comments
 (0)