ผลต่างระหว่างรุ่นของ "รายชื่อเอกลักษณ์ลอการิทึม"

เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
KittapatR (คุย | ส่วนร่วม)
KittapatR (คุย | ส่วนร่วม)
ไม่มีความย่อการแก้ไข
บรรทัด 63:
<math>\log_b \bigg(\frac{x}{y}\bigg) = \log_b(x y^{-1}) = \log_b(x) + \log_b(y^{-1}) = \log_b(x) - \log_b(y)</math>
 
เช่นเดียวกัน กฎของกรณฑ์ก็ได้แปลงโดยการเขียนกรณฑ์ต่างๆต่าง ๆ เป็นเศษส่วน
 
<math>\log_b(\sqrt[y]x) = \log_b(x^{\frac{1}{y}}) = \frac{1}{y}\log_b(x)</math>
บรรทัด 103:
 
: <math>\log_b (a-c) = \log_b a + \log_b \left(1-\frac{c}{a}\right)</math>
N<math>a</math> และ <math>c</math>
 
have to be switched on the right hand side of the equations if <math>c>a</math>. Also note that the subtraction identity is not defined if <math>a=c</math> since the logarithm of zero is not defined. Many programming languages have a specific <code>log1p(x)</code> function that calculates <math>\log_e (1+x)</math> without underflow when <math>x</math> is small.