[docs] Math module is not always available

Juan Manuel Lleras juanmlleras at gmail.com
Thu Dec 13 19:16:03 EST 2018


The math module is not always available.

One needs to import the module

import math

for the module to become available in Python 3.7.

Best regards,

Juan Manuel Lleras


More information about the docs mailing list