Add program to compute the closest E-series value #3

Open
opened 2024-11-20 19:40:40 +00:00 by dfernie · 0 comments
Owner

Add program to compute the closest two E-series values to a specified value. This program will ask the starting value, and will ask which E series (E6, E12, E24, E48, E96, or E192, E3 is excluded) to pick the values from. It will then compute and successively display the closest and second closest value. If the entered value is between two E series values, the program will return the closest higher and closest lower value. If the entered value is an e series value, the program will return the same value and the next closest value.

Add program to compute the closest two E-series values to a specified value. This program will ask the starting value, and will ask which E series (E6, E12, E24, E48, E96, or E192, E3 is excluded) to pick the values from. It will then compute and successively display the closest and second closest value. If the entered value is between two E series values, the program will return the closest higher and closest lower value. If the entered value is an e series value, the program will return the same value and the next closest value.
dfernie self-assigned this 2024-11-20 19:40:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dfernie/dm42#3
No description provided.