@fileverse-dev/fortune-react 1.0.2-mod-48-patch-1 → 1.0.2-mod-48-patch-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.umd.js +6 -0
- package/dist/index.umd.min.js +6 -6
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -29147,6 +29147,11 @@
|
|
|
29147
29147
|
return 1 - NORM.S.DIST((AVERAGE(array) - x) / (sigma / Math.sqrt(n)), true)
|
|
29148
29148
|
};
|
|
29149
29149
|
|
|
29150
|
+
function PnL(){
|
|
29151
|
+
console.log({ARR_ARGS: argsToArray(arguments), arguments});
|
|
29152
|
+
return 12
|
|
29153
|
+
}
|
|
29154
|
+
|
|
29150
29155
|
/**
|
|
29151
29156
|
* Returns the absolute value of a number.
|
|
29152
29157
|
*
|
|
@@ -37337,6 +37342,7 @@
|
|
|
37337
37342
|
PRODUCT: PRODUCT,
|
|
37338
37343
|
PROPER: PROPER,
|
|
37339
37344
|
PV: PV,
|
|
37345
|
+
PnL: PnL,
|
|
37340
37346
|
QUARTILE: QUARTILE,
|
|
37341
37347
|
QUARTILEEXC: QUARTILEEXC,
|
|
37342
37348
|
QUARTILEINC: QUARTILEINC,
|