From ec8e8d227c1b3123bf915ad6316cc05bd4c342f1 Mon Sep 17 00:00:00 2001 From: Charlotte Thomas Date: Tue, 14 Nov 2023 10:08:41 +0100 Subject: [PATCH] maj --- docs/usage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index b80b649..22047c3 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -24,6 +24,5 @@ myvar = (2+2) ## Built-in variable -- `ans` is the last calculation done -- `pi` is pi -- `e` is e \ No newline at end of file +- `pi` is pi as a double precision float +- `e` is e as a double precision float \ No newline at end of file