From e246833daae1fa3f532af5056853068c93d4e076 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 12 Jul 2019 07:01:12 +0200 Subject: [PATCH] math.v note --- vlib/math/math.v | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vlib/math/math.v b/vlib/math/math.v index 52fedcb26f..6eb27b55cc 100644 --- a/vlib/math/math.v +++ b/vlib/math/math.v @@ -4,6 +4,11 @@ module math + +// NOTE +// When adding a new function, please make sure it's in the right place. +// All functions are sorted alphabetically. + const ( E = 2.71828182845904523536028747135266249775724709369995957496696763 Pi = 3.14159265358979323846264338327950288419716939937510582097494459