@@ -2,6 +2,16 @@ name: :expression:`$abs`
2
2
description : Returns the absolute value of a number.
3
3
file : /reference/operator/aggregation/abs
4
4
---
5
+ name : :expression:`$acos`
6
+ file : /reference/operator/aggregation/acos
7
+ description : |
8
+ Returns the inverse cosine (arc cosine) of a value in radians.
9
+ ---
10
+ name : :expression:`$acosh`
11
+ file : /reference/operator/aggregation/acosh
12
+ description : |
13
+ Returns the inverse hyperbolic cosine (hyperbolic arc cosine) of a value in radians.
14
+ ---
5
15
name : :expression:`$add`
6
16
file : /reference/operator/aggregation/add
7
17
description : |
@@ -46,6 +56,33 @@ file: /reference/operator/aggregation/arrayToObject
46
56
description : |
47
57
Converts an array of key value pairs to a document.
48
58
---
59
+ name : :expression:`$asin`
60
+ file : /reference/operator/aggregation/asin
61
+ description : |
62
+ Returns the inverse sine (arc sine) of a value in radians.
63
+ ---
64
+ name : :expression:`$asinh`
65
+ file : /reference/operator/aggregation/asinh
66
+ description : |
67
+ Returns the inverse hyperbolic sin (hyperbolic arc sine) of a value in radians.
68
+ ---
69
+ name : :expression:`$atan`
70
+ file : /reference/operator/aggregation/atan
71
+ description : |
72
+ Returns the inverse tangent (arc tangent) of a value in radians.
73
+ ---
74
+ name : :expression:`$atan2`
75
+ file : /reference/operator/aggregation/atan2
76
+ description : |
77
+ Returns the inverse tangent (arc tangent) of ``y / x`` in radians,
78
+ where ``y`` and ``x`` are the first and second values passed to the
79
+ expression respectively.
80
+ ---
81
+ name : :expression:`$atanh`
82
+ file : /reference/operator/aggregation/atanh
83
+ description : |
84
+ Returns the inverse hyperbolic tangent (hyperbolic arc tangent) of a value in radians.
85
+ ---
49
86
name : :group:`$avg`
50
87
file : /reference/operator/aggregation/avg
51
88
description : |
@@ -91,6 +128,11 @@ file: /reference/operator/aggregation/convert
91
128
description : |
92
129
Converts a value to a specified type.
93
130
---
131
+ name : :expression:`$cos`
132
+ file : /reference/operator/aggregation/cos
133
+ description : |
134
+ Returns the cosine of a value that is measured in radians.
135
+ ---
94
136
name : :expression:`$dateFromParts`
95
137
file : /reference/operator/aggregation/dateFromParts
96
138
description : |
@@ -129,6 +171,11 @@ description: |
129
171
Returns the day of the year for a date as a number between 1 and 366
130
172
(leap year).
131
173
---
174
+ name : :expression:`$degreesToRadians`
175
+ file : /reference/operator/aggregation/degreesToRadians
176
+ description : |
177
+ Converts a value from degrees to radians.
178
+ ---
132
179
name : :expression:`$divide`
133
180
file : /reference/operator/aggregation/divide
134
181
description : |
@@ -392,6 +439,11 @@ description: |
392
439
393
440
Available in :pipeline:`$group` stage only.
394
441
---
442
+ name : :expression:`$radiansToDegrees`
443
+ file : /reference/operator/aggregation/radiansToDegrees
444
+ description : |
445
+ Converts a value from radians to degrees.
446
+ ---
395
447
name : :expression:`$range`
396
448
description : |
397
449
Outputs an array containing a sequence of integers according to
@@ -460,6 +512,11 @@ description: |
460
512
Returns the number of elements in the array. Accepts a single
461
513
expression as argument.
462
514
---
515
+ name : :expression:`$sin`
516
+ file : /reference/operator/aggregation/sin
517
+ description : |
518
+ Returns the sine of a value that is measured in radians.
519
+ ---
463
520
name : :expression:`$slice`
464
521
description : |
465
522
Returns a subset of an array.
@@ -561,6 +618,11 @@ description: |
561
618
expression and breaks out of the control flow.
562
619
563
620
---
621
+ name : :expression:`$tan`
622
+ file : /reference/operator/aggregation/tan
623
+ description : |
624
+ Returns the tangent of a value that is measured in radians.
625
+ ---
564
626
name : :expression:`$toBool`
565
627
file : /reference/operator/aggregation/toBool
566
628
description : |
0 commit comments