User Tools

Site Tools


pt:exp

Differences

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

Link to this comparison view

pt:exp [2016/01/01 22:47]
pt:exp [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Exp =====
  
 +==== Formato ====
 +
 +**exp** ( //exponent// )
 +
 +==== Descrição ====
 +
 +Devolve a base do logaritmo natural ou neperiano //e// (aprox: 2.718282) elevado ao //expoente// Isto é o inverso da função [[log|Log]] .
 +
 +==== Exemplo ====
 +
 +<code>
 +print exp(1)
 +print exp(log(10))
 +</code>
 +will print
 +<code>
 +2.718282
 +10
 +</code>
 +
 +==== Introduzido ==== 
 +0.9.6.51
pt/exp.txt · Last modified: 2020/02/28 10:46 (external edit)