User Tools

Site Tools


4rpl:commands:log

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
4rpl:commands:log [2021/01/08 11:01] – external edit 127.0.0.14rpl:commands:log [2022/05/19 06:21] Karsten75
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<=[[4rpl:start| Index]] \\ 
 +<= [[4rpl:start#Math]]  
  
 ====== log ====== ====== log ======
Line 8: Line 9:
 Allows the performance of arbitrary based logarithms. See examples. On zero, returns -inf. Below zero, returns NaN, a special value that always causes failure when compared to other numbers. Eg. (NaN<0) -> false, (Nan>=0) -> false Allows the performance of arbitrary based logarithms. See examples. On zero, returns -inf. Below zero, returns NaN, a special value that always causes failure when compared to other numbers. Eg. (NaN<0) -> false, (Nan>=0) -> false
  
-other logarithms \\\ +other logarithms  
-log(x,10) = log10(x) \\\+<WRAP Indent> 
 +log(x,10) = log10(x) \\
 log(x,e) = ln(x) log(x,e) = ln(x)
 +</WRAP>
  
 ===== Examples ===== ===== Examples =====
4rpl/commands/log.txt · Last modified: 2024/05/20 14:13 by Vertu