diff --git a/editions/tw5.com/tiddlers/Draft of 'abs Operator 1'.tid b/editions/tw5.com/tiddlers/Draft of 'abs Operator 1'.tid new file mode 100644 index 000000000..e3e179246 --- /dev/null +++ b/editions/tw5.com/tiddlers/Draft of 'abs Operator 1'.tid @@ -0,0 +1,5 @@ +created: 20190611174450261 +modified: 20190611174451292 +op-purpose: rounds a list of numbers up to the next largest integer +title: Draft of 'abs Operator 1' +type: text/vnd.tiddlywiki \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/abs Operator (Examples).tid b/editions/tw5.com/tiddlers/abs Operator (Examples).tid new file mode 100644 index 000000000..7261bee3a --- /dev/null +++ b/editions/tw5.com/tiddlers/abs Operator (Examples).tid @@ -0,0 +1,8 @@ +created: 20190611174214039 +modified: 20190611174245197 +tags: [[after Operator]] [[Operator Examples]] +title: abs Operator (Examples) +type: text/vnd.tiddlywiki + +<<.operator-example 1 "[[-2000]abs[]]">> +<<.operator-example 2 "=-1 =-2 =3 =4 =5 +[abs[]]">> diff --git a/editions/tw5.com/tiddlers/abs Operator.tid b/editions/tw5.com/tiddlers/abs Operator.tid new file mode 100644 index 000000000..5598df1f0 --- /dev/null +++ b/editions/tw5.com/tiddlers/abs Operator.tid @@ -0,0 +1,13 @@ +caption: abs +created: 20190611174137960 +modified: 20190611174208327 +op-input: a [[selection of titles|Title Selection]] +op-output: the absolute value of the input numbers +op-purpose: calculate the absolute value of a list of numbers +tags: [[Unary Mathematics Operators]] [[Filter Operators]] [[Mathematics Operators]] +title: abs Operator +type: text/vnd.tiddlywiki + +<<.from-version "5.1.20">> See [[Mathematics Operators]] for an overview. + +<<.operator-examples "abs">> diff --git a/editions/tw5.com/tiddlers/ceil Operator (Examples).tid b/editions/tw5.com/tiddlers/ceil Operator (Examples).tid new file mode 100644 index 000000000..e424b2801 --- /dev/null +++ b/editions/tw5.com/tiddlers/ceil Operator (Examples).tid @@ -0,0 +1,9 @@ +created: 20190611174446781 +modified: 20190611174554787 +tags: [[after Operator]] [[Operator Examples]] +title: ceil Operator (Examples) +type: text/vnd.tiddlywiki + +<<.operator-example 1 "[[1.6]ceil[]]">> +<<.operator-example 2 "[[-1.6]ceil[]]">> +<<.operator-example 3 "=-1.2 =-2.4 =3.6 =4.8 =5.1 +[ceil[]]">> diff --git a/editions/tw5.com/tiddlers/ceil Operator.tid b/editions/tw5.com/tiddlers/ceil Operator.tid new file mode 100644 index 000000000..2339b25b5 --- /dev/null +++ b/editions/tw5.com/tiddlers/ceil Operator.tid @@ -0,0 +1,13 @@ +caption: ceil +created: 20190611174247845 +modified: 20190611174443899 +op-input: a [[selection of titles|Title Selection]] +op-output: rounds each of the input numbers up to the next largest integer +op-purpose: rounds a list of numbers up to the next largest integer +tags: [[Unary Mathematics Operators]] [[Filter Operators]] [[Mathematics Operators]] +title: ceil Operator +type: text/vnd.tiddlywiki + +<<.from-version "5.1.20">> See [[Mathematics Operators]] for an overview. + +<<.operator-examples "ceil">> diff --git a/editions/tw5.com/tiddlers/filters/examples/add Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/add Operator (Examples).tid index 480c3d67f..92530285e 100644 --- a/editions/tw5.com/tiddlers/filters/examples/add Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/add Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611125225770 modified: 20190611125525466 -tags: [[after Operator]] [[Operator Examples]] +tags: [[add Operator]] [[Operator Examples]] title: add Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/divide Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/divide Operator (Examples).tid index 4204c8eec..0d5214dc2 100644 --- a/editions/tw5.com/tiddlers/filters/examples/divide Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/divide Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611125929173 modified: 20190611130146154 -tags: [[after Operator]] [[Operator Examples]] +tags: [[divide Operator]] [[Operator Examples]] title: divide Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/exponential Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/exponential Operator (Examples).tid index 20a936167..c8a536cd5 100644 --- a/editions/tw5.com/tiddlers/filters/examples/exponential Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/exponential Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611154509136 modified: 20190611154545304 -tags: [[after Operator]] [[Operator Examples]] +tags: [[exponential Operator]] [[Operator Examples]] title: exponential Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/fixed Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/fixed Operator (Examples).tid index e662e4c28..2f60b72b9 100644 --- a/editions/tw5.com/tiddlers/filters/examples/fixed Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/fixed Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611150610846 modified: 20190611150743047 -tags: [[after Operator]] [[Operator Examples]] +tags: [[fixed Operator]] [[Operator Examples]] title: fixed Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/max Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/max Operator (Examples).tid index 0a4524c12..56e20ec2a 100644 --- a/editions/tw5.com/tiddlers/filters/examples/max Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/max Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611130905752 modified: 20190611130938471 -tags: [[after Operator]] [[Operator Examples]] +tags: [[max Operator]] [[Operator Examples]] title: max Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/maxall Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/maxall Operator (Examples).tid index 6f87c182f..0a6f455d7 100644 --- a/editions/tw5.com/tiddlers/filters/examples/maxall Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/maxall Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611160949615 modified: 20190611161010568 -tags: [[after Operator]] [[Operator Examples]] +tags: [[maxall Operator]] [[Operator Examples]] title: maxall Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/min Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/min Operator (Examples).tid index 5d3638846..9eb33be1b 100644 --- a/editions/tw5.com/tiddlers/filters/examples/min Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/min Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611131138259 modified: 20190611131149542 -tags: [[after Operator]] [[Operator Examples]] +tags: [[min Operator]] [[Operator Examples]] title: min Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/minall Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/minall Operator (Examples).tid index c1d594cce..d694a2f1b 100644 --- a/editions/tw5.com/tiddlers/filters/examples/minall Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/minall Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611161051108 modified: 20190611161107239 -tags: [[after Operator]] [[Operator Examples]] +tags: [[minall Operator]] [[Operator Examples]] title: minall Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/multiply Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/multiply Operator (Examples).tid index 9638b47e0..bb074821a 100644 --- a/editions/tw5.com/tiddlers/filters/examples/multiply Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/multiply Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611125743568 modified: 20190611125757767 -tags: [[after Operator]] [[Operator Examples]] +tags: [[multiply Operator]] [[Operator Examples]] title: multiply Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/precision Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/precision Operator (Examples).tid index 96a17356f..af1fb8dff 100644 --- a/editions/tw5.com/tiddlers/filters/examples/precision Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/precision Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611151444751 modified: 20190611154248537 -tags: [[after Operator]] [[Operator Examples]] +tags: [[precision Operator]] [[Operator Examples]] title: precision Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/product Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/product Operator (Examples).tid index 5f8bbd42a..b22d9f330 100644 --- a/editions/tw5.com/tiddlers/filters/examples/product Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/product Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611160221390 modified: 20190611160243829 -tags: [[after Operator]] [[Operator Examples]] +tags: [[product Operator]] [[Operator Examples]] title: product Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/remainder Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/remainder Operator (Examples).tid index b88cecc4f..2522fe700 100644 --- a/editions/tw5.com/tiddlers/filters/examples/remainder Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/remainder Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611130110805 modified: 20190611130121033 -tags: [[after Operator]] [[Operator Examples]] +tags: [[remainder Operator]] [[Operator Examples]] title: remainder Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/subtract Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/subtract Operator (Examples).tid index 3ed88db33..2382824f2 100644 --- a/editions/tw5.com/tiddlers/filters/examples/subtract Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/subtract Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611125619962 modified: 20190611125638512 -tags: [[after Operator]] [[Operator Examples]] +tags: [[subtract Operator]] [[Operator Examples]] title: subtract Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/examples/sum Operator (Examples).tid b/editions/tw5.com/tiddlers/filters/examples/sum Operator (Examples).tid index 2f97564d7..3b1ce1a76 100644 --- a/editions/tw5.com/tiddlers/filters/examples/sum Operator (Examples).tid +++ b/editions/tw5.com/tiddlers/filters/examples/sum Operator (Examples).tid @@ -1,6 +1,6 @@ created: 20190611160000682 modified: 20190611160139594 -tags: [[after Operator]] [[Operator Examples]] +tags: [[sum Operator]] [[Operator Examples]] title: sum Operator (Examples) type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/min Operator.tid b/editions/tw5.com/tiddlers/filters/min Operator.tid index 2966eea39..097cf376e 100644 --- a/editions/tw5.com/tiddlers/filters/min Operator.tid +++ b/editions/tw5.com/tiddlers/filters/min Operator.tid @@ -12,6 +12,6 @@ type: text/vnd.tiddlywiki <<.from-version "5.1.20">> See [[Mathematics Operators]] for an overview. -See also the [[min Operator]], and compare with the [[maxall Operator]] and the [[minall Operator]]. +See also the [[max Operator]], and compare with the [[maxall Operator]] and the [[minall Operator]]. <<.operator-examples "min">> diff --git a/editions/tw5.com/tiddlers/filters/multiply Operator.tid b/editions/tw5.com/tiddlers/filters/multiply Operator.tid index c555b0a60..6eb92b7ad 100644 --- a/editions/tw5.com/tiddlers/filters/multiply Operator.tid +++ b/editions/tw5.com/tiddlers/filters/multiply Operator.tid @@ -12,4 +12,6 @@ type: text/vnd.tiddlywiki <<.from-version "5.1.20">> See [[Mathematics Operators]] for an overview. +Compare with the [[product Operator]]. + <<.operator-examples "multiply">> diff --git a/editions/tw5.com/tiddlers/filters/product Operator.tid b/editions/tw5.com/tiddlers/filters/product Operator.tid index 175a8718d..b2cedb540 100644 --- a/editions/tw5.com/tiddlers/filters/product Operator.tid +++ b/editions/tw5.com/tiddlers/filters/product Operator.tid @@ -10,4 +10,6 @@ type: text/vnd.tiddlywiki <<.from-version "5.1.20">> See [[Mathematics Operators]] for an overview. +Compare with the [[multiply Operator]]. + <<.operator-examples "product">> diff --git a/editions/tw5.com/tiddlers/negate Operator (Examples).tid b/editions/tw5.com/tiddlers/negate Operator (Examples).tid new file mode 100644 index 000000000..6b86f0f60 --- /dev/null +++ b/editions/tw5.com/tiddlers/negate Operator (Examples).tid @@ -0,0 +1,8 @@ +created: 20190611174040931 +modified: 20190611174121059 +tags: [[after Operator]] [[Operator Examples]] +title: negate Operator (Examples) +type: text/vnd.tiddlywiki + +<<.operator-example 1 "[[-2000]negate[]]">> +<<.operator-example 2 "=1 =2 =3 =4 =5 +[negate[]]">> diff --git a/editions/tw5.com/tiddlers/negate Operator.tid b/editions/tw5.com/tiddlers/negate Operator.tid new file mode 100644 index 000000000..8dc2f322d --- /dev/null +++ b/editions/tw5.com/tiddlers/negate Operator.tid @@ -0,0 +1,13 @@ +caption: negate +created: 20190611173918279 +modified: 20190611174037439 +op-input: a [[selection of titles|Title Selection]] +op-output: the negation of the input numbers +op-purpose: calculate the negation of a list of numbers +tags: [[Unary Mathematics Operators]] [[Filter Operators]] [[Mathematics Operators]] +title: negate Operator +type: text/vnd.tiddlywiki + +<<.from-version "5.1.20">> See [[Mathematics Operators]] for an overview. + +<<.operator-examples "negate">>