1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 09:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/examples/log Operator (Examples).tid

15 lines
419 B
Plaintext

created: 20201120041503515
modified: 20201120042024813
tags: [[Operator Examples]] [[log Operator]]
title: log Operator (Examples)
type: text/vnd.tiddlywiki
Logarithm of `8` with base `2`:
<<.operator-example 1 "[[8]log[2]]">>
Logarithm of `100` with base `10`:
<<.operator-example 2 "[[100]log[10]]">>
Natural logarithm of 10 (base `e`), equivalent to `ln(10)` in mathematics:
<<.operator-example 2 "[[10]log[]]">>