Ajith Ramachandran <ajithar...@gmail.com> added the comment:

When I needed a function to find cube root, I couldn't find one in the math 
module. Also found the `cbrt()` function in C. I didn't account for the complex 
numbers. I didn't wanted to make it a complex function unnecessarily. So I used 
the `cbrt()` function directly and it was working well for my test cases. And 
it is supported by visual studio.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44357>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to