Fixed tons of stuff in ./web/documentation/*. No code changes. (0.40.5)
This commit is contained in:
parent
567fa73796
commit
e7e1343a83
134 changed files with 730 additions and 1928 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - Working with numbers and floats in Fun
|
||||
|
|
@ -10,21 +10,17 @@ description: Working with integers and floats, arithmetic, conversions, clamping
|
|||
permalink: /documentation/numbers/
|
||||
lang: en
|
||||
tags:
|
||||
- documentation
|
||||
- handbook
|
||||
- installation
|
||||
- usage
|
||||
- introduction
|
||||
- help
|
||||
- guide
|
||||
- howto
|
||||
- docs
|
||||
- specifications
|
||||
- specs
|
||||
- repl
|
||||
- arithmetic
|
||||
- bitwise
|
||||
- clamping
|
||||
- conversions
|
||||
- floats
|
||||
- integers
|
||||
- numbers
|
||||
- ops
|
||||
- patterns
|
||||
---
|
||||
|
||||
# Working with numbers and floats in Fun
|
||||
|
||||
This guide covers the numeric types in Fun, with a focus on the integer "number" type and the 64‑bit floating point "float" type. You’ll find creation, arithmetic, conversion, clamping, bitwise operations, and common patterns.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue