SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 104 forks source link

Delay Calculator (Calculating Propagation Delay) #396

Closed Vedansh-Keshari closed 1 year ago

Vedansh-Keshari commented 1 year ago

Enter calculator name -

Propagation Delay Calculator

Describe calculator functionality -

The Propagation Delay Calculator takes the distance between the Sender and the Receiver of the Signal and the speed of Propagation of the Signal, as the name mentions, calculate the Propagation Delay for the Transmission. It can also be that the Propagation Delay is given and we need to calculate any of the missing values.

Under which category you wish to place it -

sikehish commented 1 year ago

Id like to work on this. Can you assign it to me

SarthakKeshari commented 1 year ago

Hey @sikehish, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\computer_science\propagationDelayCalc

Issue completion deadline - 23rd Oct 7:00:00 pm IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant

sikehish commented 1 year ago

Hi @SarthakKeshari . I have implemented it. Here's the PR