f2si converts floating-point number to a string with SI prefixes
f2si浮点数转换成一个字符串,SI前缀
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a single or a list of float or integer
转换一个或浮点或整数的列表
用法----------Usage----------
f2si(number)
参数----------Arguments----------
参数:number
number to convert </table>
要转换的数字</ TABLE>
Details
详细信息----------Details----------
Main application of this function is to get nice strings to place at axis ticks. In this case some prefixes like deka are not used. This function will only generate 10^(3*n) prefixes at the
此功能的主要应用领域得到很好的字符串放置在轴刻度。在这种情况下不使用如DEKA一些前缀。此功能只产生10 ^(3 * n)的前缀,
值----------Value----------
参数:comp1
string using SI prefixes </table>
SI前缀字符串</ TABLE>
警告----------Warning----------
package is still in alpha stage
包仍处于alpha阶段
(作者)----------Author(s)----------
Jonas Stein <a href="mailto:news@jonasstein.de">news@jonasstein.de</a> <a href="https://github.com/jonasstein/sitools">https://github.com/jonasstein/sitools</a>