Mathematica 9 is now available

EngineeringForm

Usage

EngineeringForm[expr] 用工程记数法输出 expr 中的所有实数.
EngineeringForm[expr, n]n个数位的精度输出数据.


Notes

• 在"工程记数法"中指数总是以3的倍数进行排列. • EngineeringForm使用与NumberForm相同的可选项,但使用与ExponentFunction不同的缺省函数.
• 可以混合使用EngineeringFormBaseForm.
EngineeringForm相当于一个"包裹",它影响输出,而不影响赋值.
• 参见 Mathematica全书: 2.8.7节.
• 同时参见:ScientificForm, NumberForm.
Further Examples

Here are three numbers given in engineering format.

In[1]:=  

Out[1]//EngineeringForm=

This specifies that exponents be multiples of 5. It is possible to get the effect of ExponentStep using the ExponentFunction option, but the value of the ExponentFunction option necessary to do this requires several lines of code. The ExponentStep option is included to handle this common special case of the ExponentFunction option.

In[2]:=  

Out[2]//EngineeringForm=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.