[issue44397] Add Linked Linked module

2021-06-11 Thread Ajith Ramachandran
New submission from Ajith Ramachandran : There is a module present for queue which can also be used for a stack like LIFO structure. But there is none for linked list. -- components: Library (Lib) messages: 395640 nosy: AjithRamachandran priority: normal severity: normal status: open

[issue44364] Add non integral tests for `sqrt()`

2021-06-09 Thread Ajith Ramachandran
Change by Ajith Ramachandran : -- keywords: +patch pull_requests: +25210 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26625 ___ Python tracker <https://bugs.python.org/issu

[issue44364] Add non integral tests for `sqrt()`

2021-06-09 Thread Ajith Ramachandran
Change by Ajith Ramachandran : -- components: Tests nosy: AjithRamachandran priority: normal severity: normal status: open title: Add non integral tests for `sqrt()` type: enhancement versions: Python 3.10, Python 3.11 ___ Python tracker <ht

[issue44357] Add math.cbrt() function: Cube Root

2021-06-09 Thread Ajith Ramachandran
Ajith Ramachandran added the comment: Yes I was aware of x**(1/3) and used that. I just thought it would be useful if it was present in math module as it is also used in many situations like `sqrt()`. -- ___ Python tracker <ht

[issue44357] Add math.cbrt() function: Cube Root

2021-06-09 Thread Ajith Ramachandran
Ajith Ramachandran 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

[issue44357] Add math.cbrt() function: Cube Root

2021-06-09 Thread Ajith Ramachandran
Change by Ajith Ramachandran : -- keywords: +patch pull_requests: +25206 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26622 ___ Python tracker <https://bugs.python.org/issu

[issue44357] Add math.cbrt() function: Cube Root

2021-06-09 Thread Ajith Ramachandran
Change by Ajith Ramachandran : -- components: Library (Lib) nosy: AjithRamachandran priority: normal severity: normal status: open title: Add math.cbrt() function: Cube Root type: enhancement versions: Python 3.10 ___ Python tracker <ht