From 7d30b9a5e50676881e47fb3ee87b65db4b020493 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Thu, 18 Jan 2024 19:55:18 +0000 Subject: Remove ` --- src/content/chapter0_basics/lesson05_floats/text.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/content/chapter0_basics/lesson05_floats') diff --git a/src/content/chapter0_basics/lesson05_floats/text.html b/src/content/chapter0_basics/lesson05_floats/text.html index 497bb13..cc993c4 100644 --- a/src/content/chapter0_basics/lesson05_floats/text.html +++ b/src/content/chapter0_basics/lesson05_floats/text.html @@ -1,8 +1,7 @@ +

Gleam's Float type represents numbers that are not integers.

- Gleam's Float type represents numbers that are not integers. -

-

- Unlike many languages Gleam does not have a `NaN` or `Infinity` float value. + Unlike many languages Gleam does not have a NaN or + Infinity float value.

Gleam's numerical operators are not overloaded, so there are dedictated @@ -13,7 +12,9 @@ JavaScript runtimes.

- The gleam/float + The + gleam/float standard library module contains functions for working with floats.

- -- cgit v1.2.3