<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › 関数 › here log関数を使用すると、自然対数を求めることができます。また底(てい)の変換を利用すれば、任意の底の対数を計算できます。 自然対数を求める 自然対数を求めるにはlog関数を使用します。自然対数とは底がネイピア数eである対数のことです。 log(10); 常用対数を求める 常用対数とは、底が10の対数のことです。底の変換公式を利用すれば、任意の底の対数を求めることができます。 sub log10 { my $x = shift; return log($x) / log(10); } サンプルプログラム log関数を使って、対数を求めるサンプルです。 use s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20080920%2F1221927324&quot; title=&quot;log関数 - 対数を求める - Perl入門ゼミ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-09-20 01:15:24</published>
  <title>log関数 - 対数を求める</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20080920/1221927324</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
