<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Float on rustbites</title><link>https://www.rustbites.com/tags/float/</link><description>Recent content in Float on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 08 Apr 2026 12:55:25 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/float/index.xml" rel="self" type="application/rss+xml"/><item><title>68. f64::next_up — Walk the Floating Point Number Line</title><link>https://www.rustbites.com/posts/bite-068/</link><pubDate>Wed, 08 Apr 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-068/</guid><description>&lt;p&gt;Ever wondered what the &lt;em&gt;next&lt;/em&gt; representable floating point number after &lt;code&gt;1.0&lt;/code&gt; is? Since Rust 1.86, &lt;code&gt;f64::next_up&lt;/code&gt; and &lt;code&gt;f64::next_down&lt;/code&gt; let you step through the number line one float at a time.&lt;/p&gt;</description></item></channel></rss>