micropython math library?

Hello,
Could anyone please whether math library is part of the Xbee3 micropython or not?
I am using version 1.10 and it seems like it’s missing

>>> help(‘modules’)
main io time uos
array json ubinascii ustruct
binascii machine uerrno utime
builtins micropython uhashlib xbee
errno os uio
gc struct ujson
hashlib sys umachine
Plus any modules on the filesystem

And I am getting this error when I import it in my code and run it on the Xbee3 module
ImportError: no module named ‘math’

Thanks.

If I were to guess, the math module was left out intentionally. This could probably be added as a feature request.

That’s a good guess. I tried to import the library from the micropython unix port, but it is a dummy one.