@fileverse-dev/formulajs 4.4.11-mod-19-patch-3 → 4.4.11-mod-19-patch-4
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/lib/browser/formula.js +3 -3
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +2 -2
- package/lib/esm/crypto-constants.mjs +1 -1
- package/lib/esm/index.mjs +2 -2
- package/package.json +1 -1
- package/types/cjs/index.d.cts +1 -1
- package/types/esm/index.d.mts +1 -1
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-19-patch-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-19-patch-4 */
|
|
2
2
|
function _regeneratorRuntime() {
|
|
3
3
|
"use strict";
|
|
4
4
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() {
|
|
@@ -11022,7 +11022,7 @@ function _typeof(o) {
|
|
|
11022
11022
|
})));
|
|
11023
11023
|
return _EOA.apply(this, arguments);
|
|
11024
11024
|
}
|
|
11025
|
-
function
|
|
11025
|
+
function PnL() {
|
|
11026
11026
|
var _argsToArray = argsToArray(arguments), _argsToArray2 = _slicedToArray(_argsToArray, 2), A = _argsToArray2[0], B = _argsToArray2[1];
|
|
11027
11027
|
var toNumberOrThrow = function toNumberOrThrow(val) {
|
|
11028
11028
|
var num = Number(val);
|
|
@@ -11393,7 +11393,6 @@ function _typeof(o) {
|
|
|
11393
11393
|
exports.PHI = PHI;
|
|
11394
11394
|
exports.PI = PI;
|
|
11395
11395
|
exports.PMT = PMT;
|
|
11396
|
-
exports.PNL = PNL;
|
|
11397
11396
|
exports.POISSON = POISSON;
|
|
11398
11397
|
exports.POISSONDIST = POISSONDIST;
|
|
11399
11398
|
exports.POWER = POWER;
|
|
@@ -11403,6 +11402,7 @@ function _typeof(o) {
|
|
|
11403
11402
|
exports.PRODUCT = PRODUCT;
|
|
11404
11403
|
exports.PROPER = PROPER;
|
|
11405
11404
|
exports.PV = PV;
|
|
11405
|
+
exports.PnL = PnL;
|
|
11406
11406
|
exports.QUARTILE = QUARTILE;
|
|
11407
11407
|
exports.QUARTILEEXC = QUARTILEEXC;
|
|
11408
11408
|
exports.QUARTILEINC = QUARTILEINC;
|