User Tools

Site Tools


nl:log10

Differences

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

Link to this comparison view

nl:log10 [2016/01/01 22:46]
nl:log10 [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Log10 =====
 +==== Formaat ====
 +log10 ( //expression// )
 +==== Beschrijving ====
 +De functie geeft de logaritme met grondtal 10 terug van //expression//.
  
 +====Voorbeeld ====
 +<code basic4gl>
 +a= 10000
 +print a
 +print log10(a)
 +</code>
 +geeft 
 +<code>
 +10000
 +4
 +
 +</code>
 +==== Zie ook ====
 +[[log|Log]]
 +==== Niew vanaf ==== 
 +0.9.5w
 +
 +----
 +[[log|vorige]] | [[mathematical|Wiskundige Functies]] | [[radians|volgende]]