From 67b6713b221a25763d1c08e12e8b715d432db5f8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 8 Apr 2023 17:14:54 +0200 Subject: Various improvements to standard library docs --- std/Float.bruijn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'std/Float.bruijn') diff --git a/std/Float.bruijn b/std/Float.bruijn index 3d88d6e..d2ed080 100644 --- a/std/Float.bruijn +++ b/std/Float.bruijn @@ -2,10 +2,14 @@ # Arbitrary-precision floating-point arithmetic implementation using # (+3.14) = pair (+3) (+14) +# This is completely WIP and only intended as a proof of concept + :import std/Combinator . :import std/Number . :import std/Pair P +pi (+3) : (+14159) + # generates a float from a normal balanced ternary number float! \(P.…:…) (+0) -- cgit v1.2.3