mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
parent
7fcdc83bae
commit
e5e5b1d739
5
editions/tw5.com/tiddlers/Draft of 'abs Operator 1'.tid
Normal file
5
editions/tw5.com/tiddlers/Draft of 'abs Operator 1'.tid
Normal file
@ -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
|
8
editions/tw5.com/tiddlers/abs Operator (Examples).tid
Normal file
8
editions/tw5.com/tiddlers/abs Operator (Examples).tid
Normal file
@ -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[]]">>
|
13
editions/tw5.com/tiddlers/abs Operator.tid
Normal file
13
editions/tw5.com/tiddlers/abs Operator.tid
Normal file
@ -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">>
|
9
editions/tw5.com/tiddlers/ceil Operator (Examples).tid
Normal file
9
editions/tw5.com/tiddlers/ceil Operator (Examples).tid
Normal file
@ -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[]]">>
|
13
editions/tw5.com/tiddlers/ceil Operator.tid
Normal file
13
editions/tw5.com/tiddlers/ceil Operator.tid
Normal file
@ -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">>
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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">>
|
||||
|
@ -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">>
|
||||
|
@ -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">>
|
||||
|
8
editions/tw5.com/tiddlers/negate Operator (Examples).tid
Normal file
8
editions/tw5.com/tiddlers/negate Operator (Examples).tid
Normal file
@ -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[]]">>
|
13
editions/tw5.com/tiddlers/negate Operator.tid
Normal file
13
editions/tw5.com/tiddlers/negate Operator.tid
Normal file
@ -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">>
|
Loading…
Reference in New Issue
Block a user