Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
7212b014
Commit
7212b014
authored
Jun 16, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extend clone functions
parent
f47976fa
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
275 deletions
+49
-275
cell/model/FormulaObjects/_xlfnFunctions.js
cell/model/FormulaObjects/_xlfnFunctions.js
+1
-13
cell/model/FormulaObjects/statisticalFunctions.js
cell/model/FormulaObjects/statisticalFunctions.js
+48
-262
No files found.
cell/model/FormulaObjects/_xlfnFunctions.js
View file @
7212b014
...
...
@@ -60,7 +60,7 @@
cCHISQ_DIST
,
cCHISQ_DIST_RT
,
cCHISQ_INV
,
cCHISQ_INV_RT
,
cCHISQ_TEST
,
cCONFIDENCE_NORM
,
cCONFIDENCE_T
,
cCOVARIANCE_P
,
cCOVARIANCE_S
,
cF_DIST
,
cF_DIST_RT
,
cF_INV
,
cF_INV_RT
,
cF_TEST
,
cFORECAST_ETS
,
cFORECAST_ETS_CONFINT
,
cFORECAST_ETS_SEASONALITY
,
cFORECAST_ETS_STAT
,
cFORECAST_LINEAR
,
cGAMMA
,
cGAMMA_DIST
,
cGAMMA
_INV
,
cGAMMA
LN_PRECISE
,
cHYPGEOM_DIST
,
cLOGNORM_DIST
,
cLOGNORM_INV
,
cMODE_MULT
,
cMODE_SNGL
,
cGAMMALN_PRECISE
,
cHYPGEOM_DIST
,
cLOGNORM_DIST
,
cLOGNORM_INV
,
cMODE_MULT
,
cMODE_SNGL
,
cNEGBINOM_DIST
,
cNORM_DIST
,
cNORM_INV
,
cNORM_S_DIST
,
cNORM_S_INV
,
cPERCENTILE_EXC
,
cPERCENTILE_INC
,
cPERCENTRANK_EXC
,
cPERCENTRANK_INC
,
cPERMUTATIONA
,
cPHI
,
cPOISSON_DIST
,
cQUARTILE_EXC
,
cQUARTILE_INC
,
cRANK_AVG
,
cRANK_EQ
,
cSKEW_P
,
cSTDEV_P
,
cSTDEV_S
,
cT_DIST
,
cT_DIST_2T
,
cT_DIST_RT
,
cT_INV
,
cT_INV_2T
,
cT_TEST
,
cVAR_P
,
...
...
@@ -542,18 +542,6 @@
cGAMMA_DIST
.
prototype
=
Object
.
create
(
cBaseFunction
.
prototype
);
cGAMMA_DIST
.
prototype
.
constructor
=
cGAMMA_DIST
;
/**
* @constructor
* @extends {AscCommonExcel.cBaseFunction}
*/
function
cGAMMA_INV
()
{
cBaseFunction
.
call
(
this
,
"
GAMMA.INV
"
);
this
.
isXLFN
=
true
;
}
cGAMMA_INV
.
prototype
=
Object
.
create
(
cBaseFunction
.
prototype
);
cGAMMA_INV
.
prototype
.
constructor
=
cGAMMA_INV
;
/**
* @constructor
* @extends {AscCommonExcel.cBaseFunction}
...
...
cell/model/FormulaObjects/statisticalFunctions.js
View file @
7212b014
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment