We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63b9411 + f63a668 commit 2c9082aCopy full SHA for 2c9082a
playground/src/samples/basicSample.ts
@@ -1,13 +1,13 @@
1
/**
2
* Returns the average of two numbers.
3
*
4
- * @remarks
5
- * This method is part of the {@link core-library#Statistics | Statistics subsystem}.
6
- *
7
* @param x - The first input number
8
* @param y - The second input number
9
* @returns The arithmetic mean of `x` and `y`
10
+ * @remarks
+ * This method is part of the {@link core-library#Statistics | Statistics subsystem}.
+ *
11
* @beta
12
*/
13
function getAverage(x: number, y: number): number {
0 commit comments