Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some maths' functions #10

Open
19 of 41 tasks
Owais28 opened this issue Sep 25, 2022 · 12 comments
Open
19 of 41 tasks

Add some maths' functions #10

Owais28 opened this issue Sep 25, 2022 · 12 comments
Labels
enhancement New feature or request

Comments

@Owais28
Copy link
Contributor

Owais28 commented Sep 25, 2022

List of some important functions

  • Absolute number
  • Aliquot Sum of a number
  • Area of various shapes
  • Arithmetic-Geometric Mean
  • Armstrong number
  • Average Mean
  • Average Median
  • Binary to Decimal conversion
  • Binary Exponentiation Iterative
  • Decimal to Binary conversion
  • Binomial Coefficient
  • Bisection Method
  • Function to check Co-prime
  • Decimal Expansion
  • Decimal Isolation
  • Degree to Radian Conversion
  • Euler Method
  • Eulers Totient
  • Factorial
  • Factors
  • Fibonacci
  • Find HCM
  • Find LCM
  • Finding a minimum in a array of numbers
  • Function to check a number is Divisible by another number or not
  • Function to check a number is Even
  • Function to check a number is Odd
  • Function to check a number is Pronic
  • Function to check a number is Square free
  • Juggler Sequence
  • Leap year
  • Matrix Multiplication
  • Number of digits in a number
  • Pascal Triangle
  • Perfect Cube
  • Perfect Square
  • Perfect Numbers
  • Prime check
  • Radian to Degree Conversion
  • Finding Square root
  • Sum of Digits of a given number
@Rajat379
Copy link
Contributor

Rajat379 commented Oct 8, 2022

Raised a PR to check perfect square - #37

@skyfrk
Copy link
Contributor

skyfrk commented Oct 8, 2022

I implemented Factorial in #38

@skyfrk
Copy link
Contributor

skyfrk commented Oct 8, 2022

I implemented Sum of Digits of a given number in #39

@skyfrk
Copy link
Contributor

skyfrk commented Oct 8, 2022

I implemented IsLeapYear (gregorian calendar) in #40

@appgurueu
Copy link
Contributor

I implemented IsLeapYear (gregorian calendar) in #40

Just link #40 to #10 then (as you did), no need to add a redundant comment (and trigger a redundant notification here).

@syedjafer
Copy link
Contributor

@Owais28 Added CalculateMedian feature #73

Preetiraj3697 added a commit to Preetiraj3697/TypeScript-1 that referenced this issue Apr 14, 2023
Preetiraj3697 added a commit to Preetiraj3697/TypeScript-1 that referenced this issue Apr 14, 2023
@Preetiraj3697
Copy link

@Owais28 I Added #125 Create binary_to_Decimal_Conversion and prime_check

@R055A
Copy link
Contributor

R055A commented Oct 19, 2023

Hi @Owais28 I have made a PR for matrix multiplication feature.

@Owais28
Copy link
Contributor Author

Owais28 commented Oct 20, 2023

Hi @Owais28 I have made a PR for matrix multiplication feature.

@appgurueu

@marvinbuff
Copy link

marvinbuff commented Oct 22, 2023

Hi, I just checked and some of the ticks are missing in the above list.

@Owais28
Copy link
Contributor Author

Owais28 commented Oct 22, 2023

Hi, I just checked and some of the ticks are missing in the above list.

Updated. Thank you @marvinbuff 🙂

@R055A
Copy link
Contributor

R055A commented Oct 22, 2023

Hi, I just checked and some of the ticks are missing in the above list.

Updated. Thank you @marvinbuff 🙂
;
And matrix_multiplication is also not ticked, thanks: #211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

9 participants