Given three integers x, y and d, return x/y (as a string) to d significant digits. Remove leading and trailing zeros.
Example:
x = 11; y = 7; d = 10;
z = adiv(x,y,d)
z=
1.571428571
2530 Solvers
Find all elements less than 0 or greater than 10 and replace them with NaN
11629 Solvers
1737 Solvers
153 Solvers
Back to basics 9 - Indexed References
348 Solvers
Problem Tags