Margaret

Results 18 issues of Margaret

### Describe your change: **added the 'digital_root' method to maths/sum_of_digits.py. a digital root is: https://en.wikipedia.org/wiki/Digital_root** * [x] Add an algorithm? * [ ] Fix a bug or typo in an...

enhancement
awaiting reviews
tests are failing

### Describe your change: **added an algorithm, which: given one side of a _DNA strand_ returns the other, complementary side of the same strand [how genomes work](https://www.genome.gov/genetics-glossary/acgt#:~:text=ACGT%20is%20an%20acronym%20for,and%20cytosine%20pairs%20with%20guanine.)** * [x] Add...

awaiting reviews
tests are failing

### Describe your change: removes all values from list a which are also present in list b [ while keeping the initial order of the elements ] * [x] Add...

awaiting reviews
tests are failing

Adding the "Compound and Simple Interest Calculator" as a PyScript example.

tag: example

Given one side of a DNA strand, this example returns the other, complementary side of said strand.

tag: example

### Describe your change: **added the 'digital_root' method to maths/sum_of_digits.py. a digital root is: https://en.wikipedia.org/wiki/Digital_root** * [x] Add an algorithm? * [ ] Fix a bug or typo in an...

enhancement
awaiting changes

### Describe your change: removes all values from list a which are also present in list b [ while keeping the initial order of the elements ] * [x] Add...

awaiting reviews

### Describe your change: this algorithm returns the biggest possible result that can be achieved by removing one digit from the given number. * [x] Add an algorithm? * [...

awaiting reviews

### Describe your change: calculates average of all given values with high precision. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm?...

awaiting reviews

removing the DNA example from the main repository [ https://github.com/pyscript/pyscript/pull/600 ]