HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
875 stars 1.05k forks source link

Implementing Arctan function using Python #3437

Closed XZANATOL closed 3 years ago

XZANATOL commented 3 years ago

🚀 Feature

I'll demonstrate how scientific calculators can calculate the inverse of the Tan function. (Arctan)

Have you read the Contributing Guidelines on Pull Requests?

Motivation

I am a GSSOC participant who like writing clean readable Python code, and I have interest in Math, Data Structures and Algorithms.

Pitch

Many developers don't like using things without knowing how it works or at least get a general idea about how It operates. One of the things we student developers use without paying atenttion about how it works is the scientific calculator, and in this script, I will focus some light on explaining one of its functionalities.

github-actions[bot] commented 3 years ago

Hello @XZANATOL,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.

XZANATOL commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @XZANATOL! It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.