User Tools

Site Tools


nl:log

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

nl:log [2016/01/01 22:46]
nl:log [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Log =====
 +==== Formaat ====
 +log ( //expression// )
 +==== Beschrijving ====
 +Geeft het [[http://nl.wikipedia.org/wiki/Natuurlijke_logaritme|natuurlijk logaritme]] van //expression// terug. 
 +==== Voorbeeld ====
 +<code basic4gl>
 +a= 10
 +print a
 +print log(a)
 +</code>
 +geeft dan
 +<code>
 +10
 +2.302585
 +</code>
  
 +==== Zie Ook ====
 +[[log10|Log10]]
 +==== Nieuw vanaf ==== 
 +0.9.5w
 +
 +----
 +[[int|vorige]] | [[mathematical|Wiskundige Functies]] | [[log10|volgende]]
nl/log.txt ยท Last modified: 2020/02/28 10:46 (external edit)