Add program to compute the closest E-series value #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.