Log
Usage
• Log[z] 给出 z 的自然对数 (对数的基底是  ).
• Log[b, z] 给出基底为  的对数。
Notes
• 可能的话,Log 给出精确有理数结果。 • Log[z] 在复平面上从  到  有一个不连续分支线。
Further Examples
Without a second argument Log is the natural logarithm to the base E.
In[1]:=
|
Out[1]=
|
This is the derivative.
In[2]:=
|
Out[2]=
|
This is the integral.
In[3]:=
|
Out[3]=
|
This is a series expansion around .
In[4]:=
|
Out[4]=
|
|