Skip to content

Commit 3cdeb22

Browse files
committed
chore: align number/float64/base/identity with namespace conventions
- Adds the missing `number` keyword (present in 21/28 (75%) of siblings in `number/float64/base`). - Adds the missing `// MAIN //` section marker in `lib/main.js` (present in 26/27 (96%) of leaf siblings).
1 parent a83c8d9 commit 3cdeb22

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

lib/node_modules/@stdlib/number/float64/base/identity/lib/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
'use strict';
2020

21+
// MAIN //
22+
2123
/**
2224
* Evaluates the identity function for a double-precision floating-point number `x`.
2325
*

lib/node_modules/@stdlib/number/float64/base/identity/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"double",
6161
"double-precision",
6262
"dbl",
63-
"float64"
63+
"float64",
64+
"number"
6465
],
6566
"__stdlib__": {}
6667
}

0 commit comments

Comments
 (0)