From 064c518980b4584a9ae287e8ecaed3c60aed0019 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Wed, 25 Jan 2023 22:10:08 +0300 Subject: [PATCH] README.md: Update constants section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b5c814..309370b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,8 @@ Supported unary operators: | `shr` | 2 | Int | Computes the given integer bitwise shifted right by the other given integer | ## Constants - +| Identifier | Value | Description | +|------------|-------|-------------| | `math::pi` | 3.141592653589793 (`std::f64::consts::PI`) | Pi | | `math::e` | 2.718281828459045 (`std::f64::consts::E`) | Euler's number |