Feeds
답변 있음
Find the number of digits after the decimal point in a number, please help!
a = 11.111; b = numdecpoints(a); function f = numdecpoints(x) i = -1; X = 0; while X ~= x i = i + 1; X = round(...
Find the number of digits after the decimal point in a number, please help!
a = 11.111; b = numdecpoints(a); function f = numdecpoints(x) i = -1; X = 0; while X ~= x i = i + 1; X = round(...
2년 초과 전 | 0
