Ganesh Prasad
Ganesh Prasad
## Description of new feature, or changes Implements function to calculate modular inverse using euler's theorem,as required in issue #10 ## Checklist - [x] Your branch is up-to-date with the...
## Description of new feature, or changes Adds Euler totient function (phi) as required in issue #10 . ## Checklist - [x] Your branch is up-to-date with the base branch...
## Description of new feature, or changes Added modular combination in Maths, (issue #10 : Combination Modular) ## Checklist - [x] Your branch is up-to-date with the base branch -...
1. Adds blastAnimation using window.requestAnimationFrame. 2. Refactors the drawCircle logic. ### Demo [gnsp.in/chain-reaction](https://gnsp.in/chain-reaction)
Minor changes like reusing the body element instead of a p-tag and using outline instead of 2 box-shadows.
In case of optional arguments to directives, when the optional argument(s) is/are not provided, the parser parses these as null identifiers (incorrectly). This was because of a bug in the...
Support shorthand syntax for passing variables as props, where the variable name is same as the prop name; similar to the shorthand properties in ES6 object literals. For example :...