답변 있음
How to extract leading non-zero digit?
You'll probably need to do some kind of textual manipulation. Here's one way to do it. function y = leadingDigit(x) s = s...

15년 초과 전 | 4