Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: High-Precision Fixed-Point Math
description: Learn about Flow's high-precision mathematical utilities for DeFi applications using UInt128-based 24-decimal fixed-point arithmetic for accurate financial calculations.
sidebar_position: 3
keywords:
- DeFi math
- fixed-point arithmetic
Expand Down
5 changes: 5 additions & 0 deletions docs/blockchain-development-tutorials/forte/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Discover how to implement scheduled transactions for time-based smart contract e

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.

### [High-Precision Fixed-Point Math]

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.

## Getting Started

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