在Mathematica中获得数量级

wro*_*ame 3 wolfram-mathematica

有没有办法在Mathematica中获得数字的数量级?例如200将具有2的数量级.

rco*_*yer 5

你在找RealExponent.但严格来说,这也很容易实现Floor@Log[10, Abs[num]].