1 Star 0 Fork 0

PureBasic/SpiderBasicPreference

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
log.html 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2016-07-26 10:47 +08:00 . chuci tijiao
<html><head><title>Log</title></head>
<body bgcolor="#FFFFFF" link="#207BC3" vlink="#003B83" alink="#003B83">
<font face="Arial" size="2"><p align="center"><b><font size="4">Log()</font></b></p>
<p><b>Syntax</b></p><blockquote>
Result.f = <font color="#207BC3"><b>Log</b></font>(Number.f)</blockquote>
</blockquote>
<b>Description</b><br><blockquote>
Returns the natural Log (ie log to the base e) of the given number.
</blockquote><p><b>Parameters</b></p><blockquote>
<style type="text/css">
table.parameters { border-spacing: 0px; border-style: none; border-collapse: collapse; }
table.parameters td { border-width: 1px; padding: 6px; border-style: solid; border-color: gray; vertical-align: top; font-family:Arial; font-size:10pt; }
</style>
<table width="90%" class="parameters">
<tr><td width="10%"><i>Number.f</i></td>
<td width="90%">
The number to calculate the Log from. This must be a positive value.
</td></tr>
</table>
</blockquote><p><b>Return value</b></p><blockquote>
Returns the natural Log of the number.
</blockquote><p><b>Remarks</b></p><blockquote>
This is the inverse function of <a href="exp.html">Exp()</a>.
This function can handle <a href="../reference/variables.html">float and double</a> values.
</blockquote><p><b>See Also</b></p><blockquote>
<a href="exp.html">Exp()</a>, <a href="log10.html">Log10()</a>
</Blockquote><center><- <a href=isnan.html>IsNaN()</a> - <a href="index.html">Math Index</a> - <a href="log10.html">Log10()</a> -><br><br>
</body></html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/PureBasic/SpiderBasicPreference.git
git@gitee.com:PureBasic/SpiderBasicPreference.git
PureBasic
SpiderBasicPreference
SpiderBasicPreference
master

搜索帮助