1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/examples/log Operator (Examples).tid
btheado d9eb5499a3
Ensure the operator examples have unique id (#6153)
The first parameter of the operator examples macro is used for
constructing unique state tiddler titles. The cycle, log, and
match operators had duplicates, causing examples to share state
with each other.
2021-10-30 15:54:57 +01:00

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 3 "[[10]log[]]">>