@univerjs/sheets-formula 0.2.8 → 0.2.10
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/cjs/index.js +4 -4
- package/lib/es/index.js +908 -451
- package/lib/locale/en-US.json +595 -351
- package/lib/locale/ru-RU.json +595 -351
- package/lib/locale/vi-VN.json +666 -322
- package/lib/locale/zh-CN.json +604 -360
- package/lib/locale/zh-TW.json +603 -359
- package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -3
- package/lib/types/controllers/prompt.controller.d.ts +6 -1
- package/lib/types/locale/en-US.d.ts +464 -220
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
- package/lib/types/locale/function-list/engineering/en-US.d.ts +32 -112
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +32 -112
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +32 -112
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +32 -112
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +32 -112
- package/lib/types/locale/function-list/financial/en-US.d.ts +364 -52
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +364 -52
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +412 -46
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +364 -52
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +364 -52
- package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
- package/lib/types/locale/ru-RU.d.ts +464 -220
- package/lib/types/locale/vi-VN.d.ts +494 -160
- package/lib/types/locale/zh-CN.d.ts +464 -220
- package/lib/types/locale/zh-TW.d.ts +464 -220
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -3
- package/lib/umd/index.js +4 -4
- package/package.json +24 -24
package/lib/locale/ru-RU.json
CHANGED
|
@@ -532,13 +532,29 @@
|
|
|
532
532
|
}
|
|
533
533
|
],
|
|
534
534
|
"functionParameter": {
|
|
535
|
-
"
|
|
536
|
-
"name": "
|
|
537
|
-
"detail": "
|
|
535
|
+
"settlement": {
|
|
536
|
+
"name": "settlement",
|
|
537
|
+
"detail": "The security's settlement date."
|
|
538
538
|
},
|
|
539
|
-
"
|
|
540
|
-
"name": "
|
|
541
|
-
"detail": "
|
|
539
|
+
"maturity": {
|
|
540
|
+
"name": "maturity",
|
|
541
|
+
"detail": "The security's maturity date."
|
|
542
|
+
},
|
|
543
|
+
"coupon": {
|
|
544
|
+
"name": "coupon",
|
|
545
|
+
"detail": "The security's annual coupon rate."
|
|
546
|
+
},
|
|
547
|
+
"yld": {
|
|
548
|
+
"name": "yld",
|
|
549
|
+
"detail": "The security's annual yield."
|
|
550
|
+
},
|
|
551
|
+
"frequency": {
|
|
552
|
+
"name": "frequency",
|
|
553
|
+
"detail": "The number of coupon payments per year."
|
|
554
|
+
},
|
|
555
|
+
"basis": {
|
|
556
|
+
"name": "basis",
|
|
557
|
+
"detail": "The type of day count basis to use."
|
|
542
558
|
}
|
|
543
559
|
}
|
|
544
560
|
},
|
|
@@ -692,13 +708,13 @@
|
|
|
692
708
|
}
|
|
693
709
|
],
|
|
694
710
|
"functionParameter": {
|
|
695
|
-
"
|
|
696
|
-
"name": "
|
|
697
|
-
"detail": "
|
|
711
|
+
"values": {
|
|
712
|
+
"name": "values",
|
|
713
|
+
"detail": "An array or a reference to cells that contain numbers for which you want to calculate the internal rate of return.\n1.Values must contain at least one positive value and one negative value to calculate the internal rate of return.\n2.IRR uses the order of values to interpret the order of cash flows. Be sure to enter your payment and income values in the sequence you want.\n3.If an array or reference argument contains text, logical values, or empty cells, those values are ignored."
|
|
698
714
|
},
|
|
699
|
-
"
|
|
700
|
-
"name": "
|
|
701
|
-
"detail": "
|
|
715
|
+
"guess": {
|
|
716
|
+
"name": "guess",
|
|
717
|
+
"detail": "A number that you guess is close to the result of IRR."
|
|
702
718
|
}
|
|
703
719
|
}
|
|
704
720
|
},
|
|
@@ -740,13 +756,29 @@
|
|
|
740
756
|
}
|
|
741
757
|
],
|
|
742
758
|
"functionParameter": {
|
|
743
|
-
"
|
|
744
|
-
"name": "
|
|
745
|
-
"detail": "
|
|
759
|
+
"settlement": {
|
|
760
|
+
"name": "settlement",
|
|
761
|
+
"detail": "The security's settlement date."
|
|
746
762
|
},
|
|
747
|
-
"
|
|
748
|
-
"name": "
|
|
749
|
-
"detail": "
|
|
763
|
+
"maturity": {
|
|
764
|
+
"name": "maturity",
|
|
765
|
+
"detail": "The security's maturity date."
|
|
766
|
+
},
|
|
767
|
+
"coupon": {
|
|
768
|
+
"name": "coupon",
|
|
769
|
+
"detail": "The security's annual coupon rate."
|
|
770
|
+
},
|
|
771
|
+
"yld": {
|
|
772
|
+
"name": "yld",
|
|
773
|
+
"detail": "The security's annual yield."
|
|
774
|
+
},
|
|
775
|
+
"frequency": {
|
|
776
|
+
"name": "frequency",
|
|
777
|
+
"detail": "The number of coupon payments per year."
|
|
778
|
+
},
|
|
779
|
+
"basis": {
|
|
780
|
+
"name": "basis",
|
|
781
|
+
"detail": "The type of day count basis to use."
|
|
750
782
|
}
|
|
751
783
|
}
|
|
752
784
|
},
|
|
@@ -760,13 +792,17 @@
|
|
|
760
792
|
}
|
|
761
793
|
],
|
|
762
794
|
"functionParameter": {
|
|
763
|
-
"
|
|
764
|
-
"name": "
|
|
765
|
-
"detail": "
|
|
795
|
+
"values": {
|
|
796
|
+
"name": "values",
|
|
797
|
+
"detail": "An array or a reference to cells that contain numbers. These numbers represent a series of payments (negative values) and income (positive values) occurring at regular periods.\n1.Values must contain at least one positive value and one negative value to calculate the modified internal rate of return. Otherwise, MIRR returns the #DIV/0! error value.\n2.If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included."
|
|
766
798
|
},
|
|
767
|
-
"
|
|
768
|
-
"name": "
|
|
769
|
-
"detail": "
|
|
799
|
+
"financeRate": {
|
|
800
|
+
"name": "finance_rate",
|
|
801
|
+
"detail": "The interest rate you pay on the money used in the cash flows."
|
|
802
|
+
},
|
|
803
|
+
"reinvestRate": {
|
|
804
|
+
"name": "reinvest_rate",
|
|
805
|
+
"detail": "The interest rate you receive on the cash flows as you reinvest them."
|
|
770
806
|
}
|
|
771
807
|
}
|
|
772
808
|
},
|
|
@@ -832,13 +868,17 @@
|
|
|
832
868
|
}
|
|
833
869
|
],
|
|
834
870
|
"functionParameter": {
|
|
835
|
-
"
|
|
836
|
-
"name": "
|
|
837
|
-
"detail": "
|
|
871
|
+
"rate": {
|
|
872
|
+
"name": "rate",
|
|
873
|
+
"detail": "The rate of discount over the length of one period."
|
|
838
874
|
},
|
|
839
|
-
"
|
|
840
|
-
"name": "
|
|
841
|
-
"detail": "
|
|
875
|
+
"value1": {
|
|
876
|
+
"name": "value1",
|
|
877
|
+
"detail": "1 to 254 arguments representing the payments and income."
|
|
878
|
+
},
|
|
879
|
+
"value2": {
|
|
880
|
+
"name": "value2",
|
|
881
|
+
"detail": "1 to 254 arguments representing the payments and income."
|
|
842
882
|
}
|
|
843
883
|
}
|
|
844
884
|
},
|
|
@@ -852,13 +892,41 @@
|
|
|
852
892
|
}
|
|
853
893
|
],
|
|
854
894
|
"functionParameter": {
|
|
855
|
-
"
|
|
856
|
-
"name": "
|
|
857
|
-
"detail": "
|
|
895
|
+
"settlement": {
|
|
896
|
+
"name": "settlement",
|
|
897
|
+
"detail": "The security's settlement date."
|
|
858
898
|
},
|
|
859
|
-
"
|
|
860
|
-
"name": "
|
|
861
|
-
"detail": "
|
|
899
|
+
"maturity": {
|
|
900
|
+
"name": "maturity",
|
|
901
|
+
"detail": "The security's maturity date."
|
|
902
|
+
},
|
|
903
|
+
"issue": {
|
|
904
|
+
"name": "issue",
|
|
905
|
+
"detail": "The security's issue date."
|
|
906
|
+
},
|
|
907
|
+
"firstCoupon": {
|
|
908
|
+
"name": "first_coupon",
|
|
909
|
+
"detail": "The security's first coupon date."
|
|
910
|
+
},
|
|
911
|
+
"rate": {
|
|
912
|
+
"name": "rate",
|
|
913
|
+
"detail": "The security's interest rate."
|
|
914
|
+
},
|
|
915
|
+
"yld": {
|
|
916
|
+
"name": "yld",
|
|
917
|
+
"detail": "The security's annual yield."
|
|
918
|
+
},
|
|
919
|
+
"redemption": {
|
|
920
|
+
"name": "redemption",
|
|
921
|
+
"detail": "The security's redemption value per $100 face value."
|
|
922
|
+
},
|
|
923
|
+
"frequency": {
|
|
924
|
+
"name": "frequency",
|
|
925
|
+
"detail": "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4."
|
|
926
|
+
},
|
|
927
|
+
"basis": {
|
|
928
|
+
"name": "basis",
|
|
929
|
+
"detail": "The type of day count basis to use."
|
|
862
930
|
}
|
|
863
931
|
}
|
|
864
932
|
},
|
|
@@ -872,13 +940,41 @@
|
|
|
872
940
|
}
|
|
873
941
|
],
|
|
874
942
|
"functionParameter": {
|
|
875
|
-
"
|
|
876
|
-
"name": "
|
|
877
|
-
"detail": "
|
|
943
|
+
"settlement": {
|
|
944
|
+
"name": "settlement",
|
|
945
|
+
"detail": "The security's settlement date."
|
|
878
946
|
},
|
|
879
|
-
"
|
|
880
|
-
"name": "
|
|
881
|
-
"detail": "
|
|
947
|
+
"maturity": {
|
|
948
|
+
"name": "maturity",
|
|
949
|
+
"detail": "The security's maturity date."
|
|
950
|
+
},
|
|
951
|
+
"issue": {
|
|
952
|
+
"name": "issue",
|
|
953
|
+
"detail": "The security's issue date."
|
|
954
|
+
},
|
|
955
|
+
"firstCoupon": {
|
|
956
|
+
"name": "first_coupon",
|
|
957
|
+
"detail": "The security's first coupon date."
|
|
958
|
+
},
|
|
959
|
+
"rate": {
|
|
960
|
+
"name": "rate",
|
|
961
|
+
"detail": "The security's interest rate."
|
|
962
|
+
},
|
|
963
|
+
"pr": {
|
|
964
|
+
"name": "pr",
|
|
965
|
+
"detail": "The security's price."
|
|
966
|
+
},
|
|
967
|
+
"redemption": {
|
|
968
|
+
"name": "redemption",
|
|
969
|
+
"detail": "The security's redemption value per $100 face value."
|
|
970
|
+
},
|
|
971
|
+
"frequency": {
|
|
972
|
+
"name": "frequency",
|
|
973
|
+
"detail": "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4."
|
|
974
|
+
},
|
|
975
|
+
"basis": {
|
|
976
|
+
"name": "basis",
|
|
977
|
+
"detail": "The type of day count basis to use."
|
|
882
978
|
}
|
|
883
979
|
}
|
|
884
980
|
},
|
|
@@ -892,13 +988,37 @@
|
|
|
892
988
|
}
|
|
893
989
|
],
|
|
894
990
|
"functionParameter": {
|
|
895
|
-
"
|
|
896
|
-
"name": "
|
|
897
|
-
"detail": "
|
|
991
|
+
"settlement": {
|
|
992
|
+
"name": "settlement",
|
|
993
|
+
"detail": "The security's settlement date."
|
|
898
994
|
},
|
|
899
|
-
"
|
|
900
|
-
"name": "
|
|
901
|
-
"detail": "
|
|
995
|
+
"maturity": {
|
|
996
|
+
"name": "maturity",
|
|
997
|
+
"detail": "The security's maturity date."
|
|
998
|
+
},
|
|
999
|
+
"lastInterest": {
|
|
1000
|
+
"name": "last_interest",
|
|
1001
|
+
"detail": "The security's last coupon date."
|
|
1002
|
+
},
|
|
1003
|
+
"rate": {
|
|
1004
|
+
"name": "rate",
|
|
1005
|
+
"detail": "The security's interest rate."
|
|
1006
|
+
},
|
|
1007
|
+
"yld": {
|
|
1008
|
+
"name": "yld",
|
|
1009
|
+
"detail": "The security's annual yield."
|
|
1010
|
+
},
|
|
1011
|
+
"redemption": {
|
|
1012
|
+
"name": "redemption",
|
|
1013
|
+
"detail": "The security's redemption value per $100 face value."
|
|
1014
|
+
},
|
|
1015
|
+
"frequency": {
|
|
1016
|
+
"name": "frequency",
|
|
1017
|
+
"detail": "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4."
|
|
1018
|
+
},
|
|
1019
|
+
"basis": {
|
|
1020
|
+
"name": "basis",
|
|
1021
|
+
"detail": "The type of day count basis to use."
|
|
902
1022
|
}
|
|
903
1023
|
}
|
|
904
1024
|
},
|
|
@@ -912,13 +1032,37 @@
|
|
|
912
1032
|
}
|
|
913
1033
|
],
|
|
914
1034
|
"functionParameter": {
|
|
915
|
-
"
|
|
916
|
-
"name": "
|
|
917
|
-
"detail": "
|
|
1035
|
+
"settlement": {
|
|
1036
|
+
"name": "settlement",
|
|
1037
|
+
"detail": "The security's settlement date."
|
|
918
1038
|
},
|
|
919
|
-
"
|
|
920
|
-
"name": "
|
|
921
|
-
"detail": "
|
|
1039
|
+
"maturity": {
|
|
1040
|
+
"name": "maturity",
|
|
1041
|
+
"detail": "The security's maturity date."
|
|
1042
|
+
},
|
|
1043
|
+
"lastInterest": {
|
|
1044
|
+
"name": "last_interest",
|
|
1045
|
+
"detail": "The security's last coupon date."
|
|
1046
|
+
},
|
|
1047
|
+
"rate": {
|
|
1048
|
+
"name": "rate",
|
|
1049
|
+
"detail": "The security's interest rate."
|
|
1050
|
+
},
|
|
1051
|
+
"pr": {
|
|
1052
|
+
"name": "pr",
|
|
1053
|
+
"detail": "The security's price."
|
|
1054
|
+
},
|
|
1055
|
+
"redemption": {
|
|
1056
|
+
"name": "redemption",
|
|
1057
|
+
"detail": "The security's redemption value per $100 face value."
|
|
1058
|
+
},
|
|
1059
|
+
"frequency": {
|
|
1060
|
+
"name": "frequency",
|
|
1061
|
+
"detail": "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4."
|
|
1062
|
+
},
|
|
1063
|
+
"basis": {
|
|
1064
|
+
"name": "basis",
|
|
1065
|
+
"detail": "The type of day count basis to use."
|
|
922
1066
|
}
|
|
923
1067
|
}
|
|
924
1068
|
},
|
|
@@ -932,13 +1076,17 @@
|
|
|
932
1076
|
}
|
|
933
1077
|
],
|
|
934
1078
|
"functionParameter": {
|
|
935
|
-
"
|
|
936
|
-
"name": "
|
|
937
|
-
"detail": "
|
|
1079
|
+
"rate": {
|
|
1080
|
+
"name": "rate",
|
|
1081
|
+
"detail": "Rate is the interest rate per period."
|
|
938
1082
|
},
|
|
939
|
-
"
|
|
940
|
-
"name": "
|
|
941
|
-
"detail": "
|
|
1083
|
+
"pv": {
|
|
1084
|
+
"name": "pv",
|
|
1085
|
+
"detail": "Pv is the present value of the investment."
|
|
1086
|
+
},
|
|
1087
|
+
"fv": {
|
|
1088
|
+
"name": "fv",
|
|
1089
|
+
"detail": "Fv is the desired future value of the investment."
|
|
942
1090
|
}
|
|
943
1091
|
}
|
|
944
1092
|
},
|
|
@@ -1020,13 +1168,33 @@
|
|
|
1020
1168
|
}
|
|
1021
1169
|
],
|
|
1022
1170
|
"functionParameter": {
|
|
1023
|
-
"
|
|
1024
|
-
"name": "
|
|
1025
|
-
"detail": "
|
|
1171
|
+
"settlement": {
|
|
1172
|
+
"name": "settlement",
|
|
1173
|
+
"detail": "The security's settlement date."
|
|
1026
1174
|
},
|
|
1027
|
-
"
|
|
1028
|
-
"name": "
|
|
1029
|
-
"detail": "
|
|
1175
|
+
"maturity": {
|
|
1176
|
+
"name": "maturity",
|
|
1177
|
+
"detail": "The security's maturity date."
|
|
1178
|
+
},
|
|
1179
|
+
"rate": {
|
|
1180
|
+
"name": "rate",
|
|
1181
|
+
"detail": "The security's interest rate."
|
|
1182
|
+
},
|
|
1183
|
+
"yld": {
|
|
1184
|
+
"name": "yld",
|
|
1185
|
+
"detail": "The security's annual yield."
|
|
1186
|
+
},
|
|
1187
|
+
"redemption": {
|
|
1188
|
+
"name": "redemption",
|
|
1189
|
+
"detail": "The security's redemption value per $100 face value."
|
|
1190
|
+
},
|
|
1191
|
+
"frequency": {
|
|
1192
|
+
"name": "frequency",
|
|
1193
|
+
"detail": "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4."
|
|
1194
|
+
},
|
|
1195
|
+
"basis": {
|
|
1196
|
+
"name": "basis",
|
|
1197
|
+
"detail": "The type of day count basis to use."
|
|
1030
1198
|
}
|
|
1031
1199
|
}
|
|
1032
1200
|
},
|
|
@@ -1040,13 +1208,25 @@
|
|
|
1040
1208
|
}
|
|
1041
1209
|
],
|
|
1042
1210
|
"functionParameter": {
|
|
1043
|
-
"
|
|
1044
|
-
"name": "
|
|
1045
|
-
"detail": "
|
|
1211
|
+
"settlement": {
|
|
1212
|
+
"name": "settlement",
|
|
1213
|
+
"detail": "The security's settlement date."
|
|
1046
1214
|
},
|
|
1047
|
-
"
|
|
1048
|
-
"name": "
|
|
1049
|
-
"detail": "
|
|
1215
|
+
"maturity": {
|
|
1216
|
+
"name": "maturity",
|
|
1217
|
+
"detail": "The security's maturity date."
|
|
1218
|
+
},
|
|
1219
|
+
"discount": {
|
|
1220
|
+
"name": "discount",
|
|
1221
|
+
"detail": "The security's discount rate."
|
|
1222
|
+
},
|
|
1223
|
+
"redemption": {
|
|
1224
|
+
"name": "redemption",
|
|
1225
|
+
"detail": "The security's redemption value per $100 face value."
|
|
1226
|
+
},
|
|
1227
|
+
"basis": {
|
|
1228
|
+
"name": "basis",
|
|
1229
|
+
"detail": "The type of day count basis to use."
|
|
1050
1230
|
}
|
|
1051
1231
|
}
|
|
1052
1232
|
},
|
|
@@ -1060,13 +1240,29 @@
|
|
|
1060
1240
|
}
|
|
1061
1241
|
],
|
|
1062
1242
|
"functionParameter": {
|
|
1063
|
-
"
|
|
1064
|
-
"name": "
|
|
1065
|
-
"detail": "
|
|
1243
|
+
"settlement": {
|
|
1244
|
+
"name": "settlement",
|
|
1245
|
+
"detail": "The security's settlement date."
|
|
1066
1246
|
},
|
|
1067
|
-
"
|
|
1068
|
-
"name": "
|
|
1069
|
-
"detail": "
|
|
1247
|
+
"maturity": {
|
|
1248
|
+
"name": "maturity",
|
|
1249
|
+
"detail": "The security's maturity date."
|
|
1250
|
+
},
|
|
1251
|
+
"issue": {
|
|
1252
|
+
"name": "issue",
|
|
1253
|
+
"detail": "The security's issue date."
|
|
1254
|
+
},
|
|
1255
|
+
"rate": {
|
|
1256
|
+
"name": "rate",
|
|
1257
|
+
"detail": "The security's interest rate."
|
|
1258
|
+
},
|
|
1259
|
+
"yld": {
|
|
1260
|
+
"name": "yld",
|
|
1261
|
+
"detail": "The security's annual yield."
|
|
1262
|
+
},
|
|
1263
|
+
"basis": {
|
|
1264
|
+
"name": "basis",
|
|
1265
|
+
"detail": "The type of day count basis to use."
|
|
1070
1266
|
}
|
|
1071
1267
|
}
|
|
1072
1268
|
},
|
|
@@ -1148,13 +1344,25 @@
|
|
|
1148
1344
|
}
|
|
1149
1345
|
],
|
|
1150
1346
|
"functionParameter": {
|
|
1151
|
-
"
|
|
1152
|
-
"name": "
|
|
1153
|
-
"detail": "
|
|
1347
|
+
"settlement": {
|
|
1348
|
+
"name": "settlement",
|
|
1349
|
+
"detail": "The security's settlement date."
|
|
1154
1350
|
},
|
|
1155
|
-
"
|
|
1156
|
-
"name": "
|
|
1157
|
-
"detail": "
|
|
1351
|
+
"maturity": {
|
|
1352
|
+
"name": "maturity",
|
|
1353
|
+
"detail": "The security's maturity date."
|
|
1354
|
+
},
|
|
1355
|
+
"investment": {
|
|
1356
|
+
"name": "investment",
|
|
1357
|
+
"detail": "The amount invested in the security."
|
|
1358
|
+
},
|
|
1359
|
+
"discount": {
|
|
1360
|
+
"name": "discount",
|
|
1361
|
+
"detail": "The security's discount rate."
|
|
1362
|
+
},
|
|
1363
|
+
"basis": {
|
|
1364
|
+
"name": "basis",
|
|
1365
|
+
"detail": "The type of day count basis to use."
|
|
1158
1366
|
}
|
|
1159
1367
|
}
|
|
1160
1368
|
},
|
|
@@ -1168,13 +1376,17 @@
|
|
|
1168
1376
|
}
|
|
1169
1377
|
],
|
|
1170
1378
|
"functionParameter": {
|
|
1171
|
-
"
|
|
1172
|
-
"name": "
|
|
1173
|
-
"detail": "
|
|
1379
|
+
"nper": {
|
|
1380
|
+
"name": "nper",
|
|
1381
|
+
"detail": "Nper is the number of periods for the investment."
|
|
1174
1382
|
},
|
|
1175
|
-
"
|
|
1176
|
-
"name": "
|
|
1177
|
-
"detail": "
|
|
1383
|
+
"pv": {
|
|
1384
|
+
"name": "pv",
|
|
1385
|
+
"detail": "Pv is the present value of the investment."
|
|
1386
|
+
},
|
|
1387
|
+
"fv": {
|
|
1388
|
+
"name": "fv",
|
|
1389
|
+
"detail": "Fv is the future value of the investment."
|
|
1178
1390
|
}
|
|
1179
1391
|
}
|
|
1180
1392
|
},
|
|
@@ -1188,13 +1400,17 @@
|
|
|
1188
1400
|
}
|
|
1189
1401
|
],
|
|
1190
1402
|
"functionParameter": {
|
|
1191
|
-
"
|
|
1192
|
-
"name": "
|
|
1193
|
-
"detail": "
|
|
1403
|
+
"cost": {
|
|
1404
|
+
"name": "cost",
|
|
1405
|
+
"detail": "The initial cost of the asset."
|
|
1194
1406
|
},
|
|
1195
|
-
"
|
|
1196
|
-
"name": "
|
|
1197
|
-
"detail": "
|
|
1407
|
+
"salvage": {
|
|
1408
|
+
"name": "salvage",
|
|
1409
|
+
"detail": "The value at the end of the depreciation (sometimes called the salvage value of the asset)."
|
|
1410
|
+
},
|
|
1411
|
+
"life": {
|
|
1412
|
+
"name": "life",
|
|
1413
|
+
"detail": "The number of periods over which the asset is depreciated (sometimes called the useful life of the asset)."
|
|
1198
1414
|
}
|
|
1199
1415
|
}
|
|
1200
1416
|
},
|
|
@@ -1208,13 +1424,21 @@
|
|
|
1208
1424
|
}
|
|
1209
1425
|
],
|
|
1210
1426
|
"functionParameter": {
|
|
1211
|
-
"
|
|
1212
|
-
"name": "
|
|
1213
|
-
"detail": "
|
|
1427
|
+
"cost": {
|
|
1428
|
+
"name": "cost",
|
|
1429
|
+
"detail": "The initial cost of the asset."
|
|
1214
1430
|
},
|
|
1215
|
-
"
|
|
1216
|
-
"name": "
|
|
1217
|
-
"detail": "
|
|
1431
|
+
"salvage": {
|
|
1432
|
+
"name": "salvage",
|
|
1433
|
+
"detail": "The value at the end of the depreciation (sometimes called the salvage value of the asset)."
|
|
1434
|
+
},
|
|
1435
|
+
"life": {
|
|
1436
|
+
"name": "life",
|
|
1437
|
+
"detail": "The number of periods over which the asset is depreciated (sometimes called the useful life of the asset)."
|
|
1438
|
+
},
|
|
1439
|
+
"per": {
|
|
1440
|
+
"name": "per",
|
|
1441
|
+
"detail": "The period and must use the same units as life."
|
|
1218
1442
|
}
|
|
1219
1443
|
}
|
|
1220
1444
|
},
|
|
@@ -1228,13 +1452,17 @@
|
|
|
1228
1452
|
}
|
|
1229
1453
|
],
|
|
1230
1454
|
"functionParameter": {
|
|
1231
|
-
"
|
|
1232
|
-
"name": "
|
|
1233
|
-
"detail": "
|
|
1455
|
+
"settlement": {
|
|
1456
|
+
"name": "settlement",
|
|
1457
|
+
"detail": "The Treasury bill's settlement date."
|
|
1234
1458
|
},
|
|
1235
|
-
"
|
|
1236
|
-
"name": "
|
|
1237
|
-
"detail": "
|
|
1459
|
+
"maturity": {
|
|
1460
|
+
"name": "maturity",
|
|
1461
|
+
"detail": "The Treasury bill's maturity date."
|
|
1462
|
+
},
|
|
1463
|
+
"discount": {
|
|
1464
|
+
"name": "discount",
|
|
1465
|
+
"detail": "The Treasury bill's discount rate."
|
|
1238
1466
|
}
|
|
1239
1467
|
}
|
|
1240
1468
|
},
|
|
@@ -1248,13 +1476,17 @@
|
|
|
1248
1476
|
}
|
|
1249
1477
|
],
|
|
1250
1478
|
"functionParameter": {
|
|
1251
|
-
"
|
|
1252
|
-
"name": "
|
|
1253
|
-
"detail": "
|
|
1479
|
+
"settlement": {
|
|
1480
|
+
"name": "settlement",
|
|
1481
|
+
"detail": "The Treasury bill's settlement date."
|
|
1254
1482
|
},
|
|
1255
|
-
"
|
|
1256
|
-
"name": "
|
|
1257
|
-
"detail": "
|
|
1483
|
+
"maturity": {
|
|
1484
|
+
"name": "maturity",
|
|
1485
|
+
"detail": "The Treasury bill's maturity date."
|
|
1486
|
+
},
|
|
1487
|
+
"discount": {
|
|
1488
|
+
"name": "discount",
|
|
1489
|
+
"detail": "The Treasury bill's discount rate."
|
|
1258
1490
|
}
|
|
1259
1491
|
}
|
|
1260
1492
|
},
|
|
@@ -1268,13 +1500,17 @@
|
|
|
1268
1500
|
}
|
|
1269
1501
|
],
|
|
1270
1502
|
"functionParameter": {
|
|
1271
|
-
"
|
|
1272
|
-
"name": "
|
|
1273
|
-
"detail": "
|
|
1503
|
+
"settlement": {
|
|
1504
|
+
"name": "settlement",
|
|
1505
|
+
"detail": "The Treasury bill's settlement date."
|
|
1274
1506
|
},
|
|
1275
|
-
"
|
|
1276
|
-
"name": "
|
|
1277
|
-
"detail": "
|
|
1507
|
+
"maturity": {
|
|
1508
|
+
"name": "maturity",
|
|
1509
|
+
"detail": "The Treasury bill's maturity date."
|
|
1510
|
+
},
|
|
1511
|
+
"pr": {
|
|
1512
|
+
"name": "pr",
|
|
1513
|
+
"detail": "The Treasury bill's price per $100 face value."
|
|
1278
1514
|
}
|
|
1279
1515
|
}
|
|
1280
1516
|
},
|
|
@@ -1288,13 +1524,33 @@
|
|
|
1288
1524
|
}
|
|
1289
1525
|
],
|
|
1290
1526
|
"functionParameter": {
|
|
1291
|
-
"
|
|
1292
|
-
"name": "
|
|
1293
|
-
"detail": "
|
|
1527
|
+
"cost": {
|
|
1528
|
+
"name": "cost",
|
|
1529
|
+
"detail": "The initial cost of the asset."
|
|
1294
1530
|
},
|
|
1295
|
-
"
|
|
1296
|
-
"name": "
|
|
1297
|
-
"detail": "
|
|
1531
|
+
"salvage": {
|
|
1532
|
+
"name": "salvage",
|
|
1533
|
+
"detail": "The value at the end of the depreciation (sometimes called the salvage value of the asset)."
|
|
1534
|
+
},
|
|
1535
|
+
"life": {
|
|
1536
|
+
"name": "life",
|
|
1537
|
+
"detail": "The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)."
|
|
1538
|
+
},
|
|
1539
|
+
"startPeriod": {
|
|
1540
|
+
"name": "start_period",
|
|
1541
|
+
"detail": "The starting period for which you want to calculate the depreciation."
|
|
1542
|
+
},
|
|
1543
|
+
"endPeriod": {
|
|
1544
|
+
"name": "end_period",
|
|
1545
|
+
"detail": "The ending period for which you want to calculate the depreciation."
|
|
1546
|
+
},
|
|
1547
|
+
"factor": {
|
|
1548
|
+
"name": "factor",
|
|
1549
|
+
"detail": "The rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method)."
|
|
1550
|
+
},
|
|
1551
|
+
"noSwitch": {
|
|
1552
|
+
"name": "no_switch",
|
|
1553
|
+
"detail": "A logical value specifying whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation."
|
|
1298
1554
|
}
|
|
1299
1555
|
}
|
|
1300
1556
|
},
|
|
@@ -1308,13 +1564,17 @@
|
|
|
1308
1564
|
}
|
|
1309
1565
|
],
|
|
1310
1566
|
"functionParameter": {
|
|
1311
|
-
"
|
|
1312
|
-
"name": "
|
|
1313
|
-
"detail": "first"
|
|
1567
|
+
"values": {
|
|
1568
|
+
"name": "values",
|
|
1569
|
+
"detail": "A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive and one negative value."
|
|
1314
1570
|
},
|
|
1315
|
-
"
|
|
1316
|
-
"name": "
|
|
1317
|
-
"detail": "
|
|
1571
|
+
"dates": {
|
|
1572
|
+
"name": "dates",
|
|
1573
|
+
"detail": "A schedule of payment dates that corresponds to the cash flow payments. Dates may occur in any order."
|
|
1574
|
+
},
|
|
1575
|
+
"guess": {
|
|
1576
|
+
"name": "guess",
|
|
1577
|
+
"detail": "A number that you guess is close to the result of XIRR."
|
|
1318
1578
|
}
|
|
1319
1579
|
}
|
|
1320
1580
|
},
|
|
@@ -1328,13 +1588,17 @@
|
|
|
1328
1588
|
}
|
|
1329
1589
|
],
|
|
1330
1590
|
"functionParameter": {
|
|
1331
|
-
"
|
|
1332
|
-
"name": "
|
|
1333
|
-
"detail": "
|
|
1591
|
+
"rate": {
|
|
1592
|
+
"name": "rate",
|
|
1593
|
+
"detail": "The discount rate to apply to the cash flows."
|
|
1334
1594
|
},
|
|
1335
|
-
"
|
|
1336
|
-
"name": "
|
|
1337
|
-
"detail": "
|
|
1595
|
+
"values": {
|
|
1596
|
+
"name": "values",
|
|
1597
|
+
"detail": "A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive and one negative value."
|
|
1598
|
+
},
|
|
1599
|
+
"dates": {
|
|
1600
|
+
"name": "dates",
|
|
1601
|
+
"detail": "A schedule of payment dates that corresponds to the cash flow payments. Dates may occur in any order."
|
|
1338
1602
|
}
|
|
1339
1603
|
}
|
|
1340
1604
|
},
|
|
@@ -1348,13 +1612,33 @@
|
|
|
1348
1612
|
}
|
|
1349
1613
|
],
|
|
1350
1614
|
"functionParameter": {
|
|
1351
|
-
"
|
|
1352
|
-
"name": "
|
|
1353
|
-
"detail": "
|
|
1615
|
+
"settlement": {
|
|
1616
|
+
"name": "settlement",
|
|
1617
|
+
"detail": "The security's settlement date."
|
|
1354
1618
|
},
|
|
1355
|
-
"
|
|
1356
|
-
"name": "
|
|
1357
|
-
"detail": "
|
|
1619
|
+
"maturity": {
|
|
1620
|
+
"name": "maturity",
|
|
1621
|
+
"detail": "The security's maturity date."
|
|
1622
|
+
},
|
|
1623
|
+
"rate": {
|
|
1624
|
+
"name": "rate",
|
|
1625
|
+
"detail": "The security's interest rate."
|
|
1626
|
+
},
|
|
1627
|
+
"pr": {
|
|
1628
|
+
"name": "pr",
|
|
1629
|
+
"detail": "The security's price per $100 face value."
|
|
1630
|
+
},
|
|
1631
|
+
"redemption": {
|
|
1632
|
+
"name": "redemption",
|
|
1633
|
+
"detail": "The security's redemption value per $100 face value."
|
|
1634
|
+
},
|
|
1635
|
+
"frequency": {
|
|
1636
|
+
"name": "frequency",
|
|
1637
|
+
"detail": "The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4."
|
|
1638
|
+
},
|
|
1639
|
+
"basis": {
|
|
1640
|
+
"name": "basis",
|
|
1641
|
+
"detail": "The type of day count basis to use."
|
|
1358
1642
|
}
|
|
1359
1643
|
}
|
|
1360
1644
|
},
|
|
@@ -1367,14 +1651,26 @@
|
|
|
1367
1651
|
"url": "https://support.microsoft.com/en-us/office/yielddisc-function-a9dbdbae-7dae-46de-b995-615faffaaed7"
|
|
1368
1652
|
}
|
|
1369
1653
|
],
|
|
1370
|
-
"functionParameter": {
|
|
1371
|
-
"
|
|
1372
|
-
"name": "
|
|
1373
|
-
"detail": "
|
|
1654
|
+
"functionParameter": {
|
|
1655
|
+
"settlement": {
|
|
1656
|
+
"name": "settlement",
|
|
1657
|
+
"detail": "The security's settlement date."
|
|
1374
1658
|
},
|
|
1375
|
-
"
|
|
1376
|
-
"name": "
|
|
1377
|
-
"detail": "
|
|
1659
|
+
"maturity": {
|
|
1660
|
+
"name": "maturity",
|
|
1661
|
+
"detail": "The security's maturity date."
|
|
1662
|
+
},
|
|
1663
|
+
"pr": {
|
|
1664
|
+
"name": "pr",
|
|
1665
|
+
"detail": "The security's price per $100 face value."
|
|
1666
|
+
},
|
|
1667
|
+
"redemption": {
|
|
1668
|
+
"name": "redemption",
|
|
1669
|
+
"detail": "The security's redemption value per $100 face value."
|
|
1670
|
+
},
|
|
1671
|
+
"basis": {
|
|
1672
|
+
"name": "basis",
|
|
1673
|
+
"detail": "The type of day count basis to use."
|
|
1378
1674
|
}
|
|
1379
1675
|
}
|
|
1380
1676
|
},
|
|
@@ -1388,13 +1684,29 @@
|
|
|
1388
1684
|
}
|
|
1389
1685
|
],
|
|
1390
1686
|
"functionParameter": {
|
|
1391
|
-
"
|
|
1392
|
-
"name": "
|
|
1393
|
-
"detail": "
|
|
1687
|
+
"settlement": {
|
|
1688
|
+
"name": "settlement",
|
|
1689
|
+
"detail": "The security's settlement date."
|
|
1394
1690
|
},
|
|
1395
|
-
"
|
|
1396
|
-
"name": "
|
|
1397
|
-
"detail": "
|
|
1691
|
+
"maturity": {
|
|
1692
|
+
"name": "maturity",
|
|
1693
|
+
"detail": "The security's maturity date."
|
|
1694
|
+
},
|
|
1695
|
+
"issue": {
|
|
1696
|
+
"name": "issue",
|
|
1697
|
+
"detail": "The security's issue date."
|
|
1698
|
+
},
|
|
1699
|
+
"rate": {
|
|
1700
|
+
"name": "rate",
|
|
1701
|
+
"detail": "The security's interest rate."
|
|
1702
|
+
},
|
|
1703
|
+
"pr": {
|
|
1704
|
+
"name": "pr",
|
|
1705
|
+
"detail": "The security's price per $100 face value."
|
|
1706
|
+
},
|
|
1707
|
+
"basis": {
|
|
1708
|
+
"name": "basis",
|
|
1709
|
+
"detail": "The type of day count basis to use."
|
|
1398
1710
|
}
|
|
1399
1711
|
}
|
|
1400
1712
|
},
|
|
@@ -5180,13 +5492,17 @@
|
|
|
5180
5492
|
}
|
|
5181
5493
|
],
|
|
5182
5494
|
"functionParameter": {
|
|
5183
|
-
"
|
|
5184
|
-
"name": "
|
|
5185
|
-
"detail": "
|
|
5495
|
+
"number": {
|
|
5496
|
+
"name": "number",
|
|
5497
|
+
"detail": "The number whose rank you want to find."
|
|
5186
5498
|
},
|
|
5187
|
-
"
|
|
5188
|
-
"name": "
|
|
5189
|
-
"detail": "
|
|
5499
|
+
"ref": {
|
|
5500
|
+
"name": "ref",
|
|
5501
|
+
"detail": "A reference to a list of numbers. Nonnumeric values in ref are ignored."
|
|
5502
|
+
},
|
|
5503
|
+
"order": {
|
|
5504
|
+
"name": "order",
|
|
5505
|
+
"detail": "A number specifying how to rank number. If order is 0 (zero) or omitted, Microsoft Excel ranks number as if ref were a list sorted in descending order. If order is any nonzero value, Microsoft Excel ranks number as if ref were a list sorted in ascending order."
|
|
5190
5506
|
}
|
|
5191
5507
|
}
|
|
5192
5508
|
},
|
|
@@ -5200,13 +5516,17 @@
|
|
|
5200
5516
|
}
|
|
5201
5517
|
],
|
|
5202
5518
|
"functionParameter": {
|
|
5203
|
-
"
|
|
5204
|
-
"name": "
|
|
5205
|
-
"detail": "
|
|
5519
|
+
"number": {
|
|
5520
|
+
"name": "number",
|
|
5521
|
+
"detail": "The number whose rank you want to find."
|
|
5206
5522
|
},
|
|
5207
|
-
"
|
|
5208
|
-
"name": "
|
|
5209
|
-
"detail": "
|
|
5523
|
+
"ref": {
|
|
5524
|
+
"name": "ref",
|
|
5525
|
+
"detail": "A reference to a list of numbers. Nonnumeric values in ref are ignored."
|
|
5526
|
+
},
|
|
5527
|
+
"order": {
|
|
5528
|
+
"name": "order",
|
|
5529
|
+
"detail": "A number specifying how to rank number. If order is 0 (zero) or omitted, Microsoft Excel ranks number as if ref were a list sorted in descending order. If order is any nonzero value, Microsoft Excel ranks number as if ref were a list sorted in ascending order."
|
|
5210
5530
|
}
|
|
5211
5531
|
}
|
|
5212
5532
|
},
|
|
@@ -8890,13 +9210,13 @@
|
|
|
8890
9210
|
}
|
|
8891
9211
|
],
|
|
8892
9212
|
"functionParameter": {
|
|
8893
|
-
"
|
|
8894
|
-
"name": "
|
|
8895
|
-
"detail": "
|
|
9213
|
+
"number": {
|
|
9214
|
+
"name": "number",
|
|
9215
|
+
"detail": "The value to test against step."
|
|
8896
9216
|
},
|
|
8897
|
-
"
|
|
8898
|
-
"name": "
|
|
8899
|
-
"detail": "
|
|
9217
|
+
"step": {
|
|
9218
|
+
"name": "step",
|
|
9219
|
+
"detail": "The threshold value. If you omit a value for step, GESTEP uses zero."
|
|
8900
9220
|
}
|
|
8901
9221
|
}
|
|
8902
9222
|
},
|
|
@@ -8966,13 +9286,9 @@
|
|
|
8966
9286
|
}
|
|
8967
9287
|
],
|
|
8968
9288
|
"functionParameter": {
|
|
8969
|
-
"
|
|
8970
|
-
"name": "
|
|
8971
|
-
"detail": "
|
|
8972
|
-
},
|
|
8973
|
-
"number2": {
|
|
8974
|
-
"name": "number2",
|
|
8975
|
-
"detail": "second"
|
|
9289
|
+
"inumber": {
|
|
9290
|
+
"name": "inumber",
|
|
9291
|
+
"detail": "A complex number for which you want the absolute value."
|
|
8976
9292
|
}
|
|
8977
9293
|
}
|
|
8978
9294
|
},
|
|
@@ -8986,13 +9302,9 @@
|
|
|
8986
9302
|
}
|
|
8987
9303
|
],
|
|
8988
9304
|
"functionParameter": {
|
|
8989
|
-
"
|
|
8990
|
-
"name": "
|
|
8991
|
-
"detail": "
|
|
8992
|
-
},
|
|
8993
|
-
"number2": {
|
|
8994
|
-
"name": "number2",
|
|
8995
|
-
"detail": "second"
|
|
9305
|
+
"inumber": {
|
|
9306
|
+
"name": "inumber",
|
|
9307
|
+
"detail": "A complex number for which you want the imaginary coefficient."
|
|
8996
9308
|
}
|
|
8997
9309
|
}
|
|
8998
9310
|
},
|
|
@@ -9006,13 +9318,9 @@
|
|
|
9006
9318
|
}
|
|
9007
9319
|
],
|
|
9008
9320
|
"functionParameter": {
|
|
9009
|
-
"
|
|
9010
|
-
"name": "
|
|
9011
|
-
"detail": "
|
|
9012
|
-
},
|
|
9013
|
-
"number2": {
|
|
9014
|
-
"name": "number2",
|
|
9015
|
-
"detail": "second"
|
|
9321
|
+
"inumber": {
|
|
9322
|
+
"name": "inumber",
|
|
9323
|
+
"detail": "A complex number for which you want the argument theta."
|
|
9016
9324
|
}
|
|
9017
9325
|
}
|
|
9018
9326
|
},
|
|
@@ -9026,13 +9334,9 @@
|
|
|
9026
9334
|
}
|
|
9027
9335
|
],
|
|
9028
9336
|
"functionParameter": {
|
|
9029
|
-
"
|
|
9030
|
-
"name": "
|
|
9031
|
-
"detail": "
|
|
9032
|
-
},
|
|
9033
|
-
"number2": {
|
|
9034
|
-
"name": "number2",
|
|
9035
|
-
"detail": "second"
|
|
9337
|
+
"inumber": {
|
|
9338
|
+
"name": "inumber",
|
|
9339
|
+
"detail": "A complex number for which you want the conjugate."
|
|
9036
9340
|
}
|
|
9037
9341
|
}
|
|
9038
9342
|
},
|
|
@@ -9046,13 +9350,9 @@
|
|
|
9046
9350
|
}
|
|
9047
9351
|
],
|
|
9048
9352
|
"functionParameter": {
|
|
9049
|
-
"
|
|
9050
|
-
"name": "
|
|
9051
|
-
"detail": "
|
|
9052
|
-
},
|
|
9053
|
-
"number2": {
|
|
9054
|
-
"name": "number2",
|
|
9055
|
-
"detail": "second"
|
|
9353
|
+
"inumber": {
|
|
9354
|
+
"name": "inumber",
|
|
9355
|
+
"detail": "A complex number for which you want the cosine."
|
|
9056
9356
|
}
|
|
9057
9357
|
}
|
|
9058
9358
|
},
|
|
@@ -9066,13 +9366,9 @@
|
|
|
9066
9366
|
}
|
|
9067
9367
|
],
|
|
9068
9368
|
"functionParameter": {
|
|
9069
|
-
"
|
|
9070
|
-
"name": "
|
|
9071
|
-
"detail": "
|
|
9072
|
-
},
|
|
9073
|
-
"number2": {
|
|
9074
|
-
"name": "number2",
|
|
9075
|
-
"detail": "second"
|
|
9369
|
+
"inumber": {
|
|
9370
|
+
"name": "inumber",
|
|
9371
|
+
"detail": "A complex number for which you want the hyperbolic cosine."
|
|
9076
9372
|
}
|
|
9077
9373
|
}
|
|
9078
9374
|
},
|
|
@@ -9086,13 +9382,9 @@
|
|
|
9086
9382
|
}
|
|
9087
9383
|
],
|
|
9088
9384
|
"functionParameter": {
|
|
9089
|
-
"
|
|
9090
|
-
"name": "
|
|
9091
|
-
"detail": "
|
|
9092
|
-
},
|
|
9093
|
-
"number2": {
|
|
9094
|
-
"name": "number2",
|
|
9095
|
-
"detail": "second"
|
|
9385
|
+
"inumber": {
|
|
9386
|
+
"name": "inumber",
|
|
9387
|
+
"detail": "A complex number for which you want the cotangent."
|
|
9096
9388
|
}
|
|
9097
9389
|
}
|
|
9098
9390
|
},
|
|
@@ -9106,13 +9398,9 @@
|
|
|
9106
9398
|
}
|
|
9107
9399
|
],
|
|
9108
9400
|
"functionParameter": {
|
|
9109
|
-
"
|
|
9110
|
-
"name": "
|
|
9111
|
-
"detail": "
|
|
9112
|
-
},
|
|
9113
|
-
"number2": {
|
|
9114
|
-
"name": "number2",
|
|
9115
|
-
"detail": "second"
|
|
9401
|
+
"inumber": {
|
|
9402
|
+
"name": "inumber",
|
|
9403
|
+
"detail": "A complex number for which you want the cosecant."
|
|
9116
9404
|
}
|
|
9117
9405
|
}
|
|
9118
9406
|
},
|
|
@@ -9126,13 +9414,9 @@
|
|
|
9126
9414
|
}
|
|
9127
9415
|
],
|
|
9128
9416
|
"functionParameter": {
|
|
9129
|
-
"
|
|
9130
|
-
"name": "
|
|
9131
|
-
"detail": "
|
|
9132
|
-
},
|
|
9133
|
-
"number2": {
|
|
9134
|
-
"name": "number2",
|
|
9135
|
-
"detail": "second"
|
|
9417
|
+
"inumber": {
|
|
9418
|
+
"name": "inumber",
|
|
9419
|
+
"detail": "A complex number for which you want the hyperbolic cosecant."
|
|
9136
9420
|
}
|
|
9137
9421
|
}
|
|
9138
9422
|
},
|
|
@@ -9146,13 +9430,13 @@
|
|
|
9146
9430
|
}
|
|
9147
9431
|
],
|
|
9148
9432
|
"functionParameter": {
|
|
9149
|
-
"
|
|
9150
|
-
"name": "
|
|
9151
|
-
"detail": "
|
|
9433
|
+
"inumber1": {
|
|
9434
|
+
"name": "inumber1",
|
|
9435
|
+
"detail": "The complex numerator or dividend."
|
|
9152
9436
|
},
|
|
9153
|
-
"
|
|
9154
|
-
"name": "
|
|
9155
|
-
"detail": "
|
|
9437
|
+
"inumber2": {
|
|
9438
|
+
"name": "inumber2",
|
|
9439
|
+
"detail": "The complex denominator or divisor."
|
|
9156
9440
|
}
|
|
9157
9441
|
}
|
|
9158
9442
|
},
|
|
@@ -9166,13 +9450,9 @@
|
|
|
9166
9450
|
}
|
|
9167
9451
|
],
|
|
9168
9452
|
"functionParameter": {
|
|
9169
|
-
"
|
|
9170
|
-
"name": "
|
|
9171
|
-
"detail": "
|
|
9172
|
-
},
|
|
9173
|
-
"number2": {
|
|
9174
|
-
"name": "number2",
|
|
9175
|
-
"detail": "second"
|
|
9453
|
+
"inumber": {
|
|
9454
|
+
"name": "inumber",
|
|
9455
|
+
"detail": "A complex number for which you want the exponential."
|
|
9176
9456
|
}
|
|
9177
9457
|
}
|
|
9178
9458
|
},
|
|
@@ -9186,13 +9466,9 @@
|
|
|
9186
9466
|
}
|
|
9187
9467
|
],
|
|
9188
9468
|
"functionParameter": {
|
|
9189
|
-
"
|
|
9190
|
-
"name": "
|
|
9191
|
-
"detail": "
|
|
9192
|
-
},
|
|
9193
|
-
"number2": {
|
|
9194
|
-
"name": "number2",
|
|
9195
|
-
"detail": "second"
|
|
9469
|
+
"inumber": {
|
|
9470
|
+
"name": "inumber",
|
|
9471
|
+
"detail": "A complex number for which you want the natural logarithm."
|
|
9196
9472
|
}
|
|
9197
9473
|
}
|
|
9198
9474
|
},
|
|
@@ -9206,13 +9482,9 @@
|
|
|
9206
9482
|
}
|
|
9207
9483
|
],
|
|
9208
9484
|
"functionParameter": {
|
|
9209
|
-
"
|
|
9210
|
-
"name": "
|
|
9211
|
-
"detail": "
|
|
9212
|
-
},
|
|
9213
|
-
"number2": {
|
|
9214
|
-
"name": "number2",
|
|
9215
|
-
"detail": "second"
|
|
9485
|
+
"inumber": {
|
|
9486
|
+
"name": "inumber",
|
|
9487
|
+
"detail": "A complex number for which you want the common logarithm."
|
|
9216
9488
|
}
|
|
9217
9489
|
}
|
|
9218
9490
|
},
|
|
@@ -9226,13 +9498,9 @@
|
|
|
9226
9498
|
}
|
|
9227
9499
|
],
|
|
9228
9500
|
"functionParameter": {
|
|
9229
|
-
"
|
|
9230
|
-
"name": "
|
|
9231
|
-
"detail": "
|
|
9232
|
-
},
|
|
9233
|
-
"number2": {
|
|
9234
|
-
"name": "number2",
|
|
9235
|
-
"detail": "second"
|
|
9501
|
+
"inumber": {
|
|
9502
|
+
"name": "inumber",
|
|
9503
|
+
"detail": "A complex number for which you want the base-2 logarithm."
|
|
9236
9504
|
}
|
|
9237
9505
|
}
|
|
9238
9506
|
},
|
|
@@ -9246,13 +9514,13 @@
|
|
|
9246
9514
|
}
|
|
9247
9515
|
],
|
|
9248
9516
|
"functionParameter": {
|
|
9249
|
-
"
|
|
9250
|
-
"name": "
|
|
9251
|
-
"detail": "
|
|
9517
|
+
"inumber": {
|
|
9518
|
+
"name": "inumber",
|
|
9519
|
+
"detail": "A complex number you want to raise to a power."
|
|
9252
9520
|
},
|
|
9253
|
-
"
|
|
9254
|
-
"name": "
|
|
9255
|
-
"detail": "
|
|
9521
|
+
"number": {
|
|
9522
|
+
"name": "number",
|
|
9523
|
+
"detail": "The power to which you want to raise the complex number."
|
|
9256
9524
|
}
|
|
9257
9525
|
}
|
|
9258
9526
|
},
|
|
@@ -9266,13 +9534,13 @@
|
|
|
9266
9534
|
}
|
|
9267
9535
|
],
|
|
9268
9536
|
"functionParameter": {
|
|
9269
|
-
"
|
|
9270
|
-
"name": "
|
|
9271
|
-
"detail": "
|
|
9537
|
+
"inumber1": {
|
|
9538
|
+
"name": "inumber1",
|
|
9539
|
+
"detail": "1 to 255 complex numbers to multiply."
|
|
9272
9540
|
},
|
|
9273
|
-
"
|
|
9274
|
-
"name": "
|
|
9275
|
-
"detail": "
|
|
9541
|
+
"inumber2": {
|
|
9542
|
+
"name": "inumber2",
|
|
9543
|
+
"detail": "1 to 255 complex numbers to multiply."
|
|
9276
9544
|
}
|
|
9277
9545
|
}
|
|
9278
9546
|
},
|
|
@@ -9286,13 +9554,9 @@
|
|
|
9286
9554
|
}
|
|
9287
9555
|
],
|
|
9288
9556
|
"functionParameter": {
|
|
9289
|
-
"
|
|
9290
|
-
"name": "
|
|
9291
|
-
"detail": "
|
|
9292
|
-
},
|
|
9293
|
-
"number2": {
|
|
9294
|
-
"name": "number2",
|
|
9295
|
-
"detail": "second"
|
|
9557
|
+
"inumber": {
|
|
9558
|
+
"name": "inumber",
|
|
9559
|
+
"detail": "A complex number for which you want the real coefficient."
|
|
9296
9560
|
}
|
|
9297
9561
|
}
|
|
9298
9562
|
},
|
|
@@ -9306,13 +9570,9 @@
|
|
|
9306
9570
|
}
|
|
9307
9571
|
],
|
|
9308
9572
|
"functionParameter": {
|
|
9309
|
-
"
|
|
9310
|
-
"name": "
|
|
9311
|
-
"detail": "
|
|
9312
|
-
},
|
|
9313
|
-
"number2": {
|
|
9314
|
-
"name": "number2",
|
|
9315
|
-
"detail": "second"
|
|
9573
|
+
"inumber": {
|
|
9574
|
+
"name": "inumber",
|
|
9575
|
+
"detail": "A complex number for which you want the secant."
|
|
9316
9576
|
}
|
|
9317
9577
|
}
|
|
9318
9578
|
},
|
|
@@ -9326,13 +9586,9 @@
|
|
|
9326
9586
|
}
|
|
9327
9587
|
],
|
|
9328
9588
|
"functionParameter": {
|
|
9329
|
-
"
|
|
9330
|
-
"name": "
|
|
9331
|
-
"detail": "
|
|
9332
|
-
},
|
|
9333
|
-
"number2": {
|
|
9334
|
-
"name": "number2",
|
|
9335
|
-
"detail": "second"
|
|
9589
|
+
"inumber": {
|
|
9590
|
+
"name": "inumber",
|
|
9591
|
+
"detail": "A complex number for which you want the hyperbolic secant."
|
|
9336
9592
|
}
|
|
9337
9593
|
}
|
|
9338
9594
|
},
|
|
@@ -9346,13 +9602,9 @@
|
|
|
9346
9602
|
}
|
|
9347
9603
|
],
|
|
9348
9604
|
"functionParameter": {
|
|
9349
|
-
"
|
|
9350
|
-
"name": "
|
|
9351
|
-
"detail": "
|
|
9352
|
-
},
|
|
9353
|
-
"number2": {
|
|
9354
|
-
"name": "number2",
|
|
9355
|
-
"detail": "second"
|
|
9605
|
+
"inumber": {
|
|
9606
|
+
"name": "inumber",
|
|
9607
|
+
"detail": "A complex number for which you want the sine."
|
|
9356
9608
|
}
|
|
9357
9609
|
}
|
|
9358
9610
|
},
|
|
@@ -9366,13 +9618,9 @@
|
|
|
9366
9618
|
}
|
|
9367
9619
|
],
|
|
9368
9620
|
"functionParameter": {
|
|
9369
|
-
"
|
|
9370
|
-
"name": "
|
|
9371
|
-
"detail": "
|
|
9372
|
-
},
|
|
9373
|
-
"number2": {
|
|
9374
|
-
"name": "number2",
|
|
9375
|
-
"detail": "second"
|
|
9621
|
+
"inumber": {
|
|
9622
|
+
"name": "inumber",
|
|
9623
|
+
"detail": "A complex number for which you want the hyperbolic sine."
|
|
9376
9624
|
}
|
|
9377
9625
|
}
|
|
9378
9626
|
},
|
|
@@ -9386,13 +9634,9 @@
|
|
|
9386
9634
|
}
|
|
9387
9635
|
],
|
|
9388
9636
|
"functionParameter": {
|
|
9389
|
-
"
|
|
9390
|
-
"name": "
|
|
9391
|
-
"detail": "
|
|
9392
|
-
},
|
|
9393
|
-
"number2": {
|
|
9394
|
-
"name": "number2",
|
|
9395
|
-
"detail": "second"
|
|
9637
|
+
"inumber": {
|
|
9638
|
+
"name": "inumber",
|
|
9639
|
+
"detail": "A complex number for which you want the square root."
|
|
9396
9640
|
}
|
|
9397
9641
|
}
|
|
9398
9642
|
},
|
|
@@ -9406,13 +9650,13 @@
|
|
|
9406
9650
|
}
|
|
9407
9651
|
],
|
|
9408
9652
|
"functionParameter": {
|
|
9409
|
-
"
|
|
9410
|
-
"name": "
|
|
9411
|
-
"detail": "
|
|
9653
|
+
"inumber1": {
|
|
9654
|
+
"name": "inumber1",
|
|
9655
|
+
"detail": "inumber1."
|
|
9412
9656
|
},
|
|
9413
|
-
"
|
|
9414
|
-
"name": "
|
|
9415
|
-
"detail": "
|
|
9657
|
+
"inumber2": {
|
|
9658
|
+
"name": "inumber2",
|
|
9659
|
+
"detail": "inumber2."
|
|
9416
9660
|
}
|
|
9417
9661
|
}
|
|
9418
9662
|
},
|
|
@@ -9426,13 +9670,13 @@
|
|
|
9426
9670
|
}
|
|
9427
9671
|
],
|
|
9428
9672
|
"functionParameter": {
|
|
9429
|
-
"
|
|
9430
|
-
"name": "
|
|
9431
|
-
"detail": "
|
|
9673
|
+
"inumber1": {
|
|
9674
|
+
"name": "inumber1",
|
|
9675
|
+
"detail": "1 to 255 complex numbers to add."
|
|
9432
9676
|
},
|
|
9433
|
-
"
|
|
9434
|
-
"name": "
|
|
9435
|
-
"detail": "
|
|
9677
|
+
"inumber2": {
|
|
9678
|
+
"name": "inumber2",
|
|
9679
|
+
"detail": "1 to 255 complex numbers to add."
|
|
9436
9680
|
}
|
|
9437
9681
|
}
|
|
9438
9682
|
},
|
|
@@ -9446,13 +9690,9 @@
|
|
|
9446
9690
|
}
|
|
9447
9691
|
],
|
|
9448
9692
|
"functionParameter": {
|
|
9449
|
-
"
|
|
9450
|
-
"name": "
|
|
9451
|
-
"detail": "
|
|
9452
|
-
},
|
|
9453
|
-
"number2": {
|
|
9454
|
-
"name": "number2",
|
|
9455
|
-
"detail": "second"
|
|
9693
|
+
"inumber": {
|
|
9694
|
+
"name": "inumber",
|
|
9695
|
+
"detail": "A complex number for which you want the tangent."
|
|
9456
9696
|
}
|
|
9457
9697
|
}
|
|
9458
9698
|
},
|
|
@@ -10222,13 +10462,17 @@
|
|
|
10222
10462
|
}
|
|
10223
10463
|
],
|
|
10224
10464
|
"functionParameter": {
|
|
10225
|
-
"
|
|
10226
|
-
"name": "
|
|
10227
|
-
"detail": "
|
|
10465
|
+
"number": {
|
|
10466
|
+
"name": "number",
|
|
10467
|
+
"detail": "The number whose rank you want to find."
|
|
10228
10468
|
},
|
|
10229
|
-
"
|
|
10230
|
-
"name": "
|
|
10231
|
-
"detail": "
|
|
10469
|
+
"ref": {
|
|
10470
|
+
"name": "ref",
|
|
10471
|
+
"detail": "A reference to a list of numbers. Nonnumeric values in ref are ignored."
|
|
10472
|
+
},
|
|
10473
|
+
"order": {
|
|
10474
|
+
"name": "order",
|
|
10475
|
+
"detail": "A number specifying how to rank number. If order is 0 (zero) or omitted, Microsoft Excel ranks number as if ref were a list sorted in descending order. If order is any nonzero value, Microsoft Excel ranks number as if ref were a list sorted in ascending order."
|
|
10232
10476
|
}
|
|
10233
10477
|
}
|
|
10234
10478
|
},
|