diff --git a/src/pylib/Lib/math.nim b/src/pylib/Lib/math.nim index 97ec34582..5021d8ae6 100644 --- a/src/pylib/Lib/math.nim +++ b/src/pylib/Lib/math.nim @@ -1,4 +1,8 @@ ## Lib/math +## +## Wrapper around `Lib/n_math`_, and raises exceptions +## when math error occurs as CPython behaves. +## import ../version