@univerjs/sheets-formula 0.2.9 → 0.2.11
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 +3 -3
- package/lib/es/index.js +842 -436
- package/lib/locale/en-US.json +564 -332
- package/lib/locale/ru-RU.json +564 -332
- package/lib/locale/vi-VN.json +608 -316
- package/lib/locale/zh-CN.json +573 -341
- package/lib/locale/zh-TW.json +572 -340
- package/lib/types/locale/en-US.d.ts +396 -164
- 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/ru-RU.d.ts +396 -164
- package/lib/types/locale/vi-VN.d.ts +481 -195
- package/lib/types/locale/zh-CN.d.ts +396 -164
- package/lib/types/locale/zh-TW.d.ts +396 -164
- package/lib/umd/index.js +3 -3
- package/package.json +23 -23
package/lib/locale/zh-CN.json
CHANGED
|
@@ -532,13 +532,29 @@
|
|
|
532
532
|
}
|
|
533
533
|
],
|
|
534
534
|
"functionParameter": {
|
|
535
|
-
"
|
|
536
|
-
"name": "
|
|
537
|
-
"detail": "
|
|
535
|
+
"settlement": {
|
|
536
|
+
"name": "结算日",
|
|
537
|
+
"detail": "有价证券的结算日。"
|
|
538
538
|
},
|
|
539
|
-
"
|
|
540
|
-
"name": "
|
|
541
|
-
"detail": "
|
|
539
|
+
"maturity": {
|
|
540
|
+
"name": "到期日",
|
|
541
|
+
"detail": "有价证券的到期日。"
|
|
542
|
+
},
|
|
543
|
+
"coupon": {
|
|
544
|
+
"name": "年息票利率",
|
|
545
|
+
"detail": "有价证券的年息票利率。"
|
|
546
|
+
},
|
|
547
|
+
"yld": {
|
|
548
|
+
"name": "年收益率",
|
|
549
|
+
"detail": "有价证券的年收益率。"
|
|
550
|
+
},
|
|
551
|
+
"frequency": {
|
|
552
|
+
"name": "频次",
|
|
553
|
+
"detail": "年付息次数。"
|
|
554
|
+
},
|
|
555
|
+
"basis": {
|
|
556
|
+
"name": "基准",
|
|
557
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "现金流",
|
|
713
|
+
"detail": "数组或单元格的引用,这些单元格包含用来计算内部收益率的数字。\n1.Values 必须包含至少一个正值和一个负值,以计算返回的内部收益率。\n2.IRR 使用值的顺序来说明现金流的顺序。 一定要按您需要的顺序输入支出值和收益值。\n3.如果数组或引用包含文本、逻辑值或空白单元格,这些数值将被忽略。"
|
|
698
714
|
},
|
|
699
|
-
"
|
|
700
|
-
"name": "
|
|
701
|
-
"detail": "
|
|
715
|
+
"guess": {
|
|
716
|
+
"name": "估计值",
|
|
717
|
+
"detail": "对函数 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": "结算日",
|
|
761
|
+
"detail": "有价证券的结算日。"
|
|
746
762
|
},
|
|
747
|
-
"
|
|
748
|
-
"name": "
|
|
749
|
-
"detail": "
|
|
763
|
+
"maturity": {
|
|
764
|
+
"name": "到期日",
|
|
765
|
+
"detail": "有价证券的到期日。"
|
|
766
|
+
},
|
|
767
|
+
"coupon": {
|
|
768
|
+
"name": "年息票利率",
|
|
769
|
+
"detail": "有价证券的年息票利率。"
|
|
770
|
+
},
|
|
771
|
+
"yld": {
|
|
772
|
+
"name": "年收益率",
|
|
773
|
+
"detail": "有价证券的年收益率。"
|
|
774
|
+
},
|
|
775
|
+
"frequency": {
|
|
776
|
+
"name": "频次",
|
|
777
|
+
"detail": "年付息次数。"
|
|
778
|
+
},
|
|
779
|
+
"basis": {
|
|
780
|
+
"name": "基准",
|
|
781
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "现金流",
|
|
797
|
+
"detail": "数组或对包含数字的单元格的引用。 这些数值代表一系列定期支出(负值)和收益(正值)。\n1.Values 必须至少包含一个正值和一个负值,才能计算修改后的内部回报率。 否则,MIRR 返回 #DIV/0! 。\n2.如果数组或引用参数包含文本、逻辑值或空白单元格,则这些值将被忽略;但包含零值的单元格将计算在内。"
|
|
766
798
|
},
|
|
767
|
-
"
|
|
768
|
-
"name": "
|
|
769
|
-
"detail": "
|
|
799
|
+
"financeRate": {
|
|
800
|
+
"name": "融资利率",
|
|
801
|
+
"detail": "现金流中使用的资金支付的利率。"
|
|
802
|
+
},
|
|
803
|
+
"reinvestRate": {
|
|
804
|
+
"name": "再投资收益率",
|
|
805
|
+
"detail": "将现金流再投资的收益率。"
|
|
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": "贴现率",
|
|
873
|
+
"detail": "某一期间的贴现率。"
|
|
838
874
|
},
|
|
839
|
-
"
|
|
840
|
-
"name": "
|
|
841
|
-
"detail": "
|
|
875
|
+
"value1": {
|
|
876
|
+
"name": "现金流1",
|
|
877
|
+
"detail": "这些是代表支出及收入的 1 到 254 个参数。"
|
|
878
|
+
},
|
|
879
|
+
"value2": {
|
|
880
|
+
"name": "现金流2",
|
|
881
|
+
"detail": "这些是代表支出及收入的 1 到 254 个参数。"
|
|
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": "结算日",
|
|
897
|
+
"detail": "有价证券的结算日。"
|
|
858
898
|
},
|
|
859
|
-
"
|
|
860
|
-
"name": "
|
|
861
|
-
"detail": "
|
|
899
|
+
"maturity": {
|
|
900
|
+
"name": "到期日",
|
|
901
|
+
"detail": "有价证券的到期日。"
|
|
902
|
+
},
|
|
903
|
+
"issue": {
|
|
904
|
+
"name": "发行日",
|
|
905
|
+
"detail": "有价证券的发行日。"
|
|
906
|
+
},
|
|
907
|
+
"firstCoupon": {
|
|
908
|
+
"name": "首期付息日",
|
|
909
|
+
"detail": "有价证券的首期付息日。"
|
|
910
|
+
},
|
|
911
|
+
"rate": {
|
|
912
|
+
"name": "利率",
|
|
913
|
+
"detail": "有价证券的利率。"
|
|
914
|
+
},
|
|
915
|
+
"yld": {
|
|
916
|
+
"name": "年收益率",
|
|
917
|
+
"detail": "有价证券的年收益率。"
|
|
918
|
+
},
|
|
919
|
+
"redemption": {
|
|
920
|
+
"name": "清偿价",
|
|
921
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
922
|
+
},
|
|
923
|
+
"frequency": {
|
|
924
|
+
"name": "频次",
|
|
925
|
+
"detail": "年付息次数。 如果按年支付,frequency = 1;按半年期支付,frequency = 2;按季支付,frequency = 4。"
|
|
926
|
+
},
|
|
927
|
+
"basis": {
|
|
928
|
+
"name": "基准",
|
|
929
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "结算日",
|
|
945
|
+
"detail": "有价证券的结算日。"
|
|
878
946
|
},
|
|
879
|
-
"
|
|
880
|
-
"name": "
|
|
881
|
-
"detail": "
|
|
947
|
+
"maturity": {
|
|
948
|
+
"name": "到期日",
|
|
949
|
+
"detail": "有价证券的到期日。"
|
|
950
|
+
},
|
|
951
|
+
"issue": {
|
|
952
|
+
"name": "发行日",
|
|
953
|
+
"detail": "有价证券的发行日。"
|
|
954
|
+
},
|
|
955
|
+
"firstCoupon": {
|
|
956
|
+
"name": "首期付息日",
|
|
957
|
+
"detail": "有价证券的首期付息日。"
|
|
958
|
+
},
|
|
959
|
+
"rate": {
|
|
960
|
+
"name": "利率",
|
|
961
|
+
"detail": "有价证券的利率。"
|
|
962
|
+
},
|
|
963
|
+
"pr": {
|
|
964
|
+
"name": "价格",
|
|
965
|
+
"detail": "有价证券的价格。"
|
|
966
|
+
},
|
|
967
|
+
"redemption": {
|
|
968
|
+
"name": "清偿价",
|
|
969
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
970
|
+
},
|
|
971
|
+
"frequency": {
|
|
972
|
+
"name": "频次",
|
|
973
|
+
"detail": "年付息次数。 如果按年支付,frequency = 1;按半年期支付,frequency = 2;按季支付,frequency = 4。"
|
|
974
|
+
},
|
|
975
|
+
"basis": {
|
|
976
|
+
"name": "基准",
|
|
977
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "结算日",
|
|
993
|
+
"detail": "有价证券的结算日。"
|
|
898
994
|
},
|
|
899
|
-
"
|
|
900
|
-
"name": "
|
|
901
|
-
"detail": "
|
|
995
|
+
"maturity": {
|
|
996
|
+
"name": "到期日",
|
|
997
|
+
"detail": "有价证券的到期日。"
|
|
998
|
+
},
|
|
999
|
+
"lastInterest": {
|
|
1000
|
+
"name": "末期付息日",
|
|
1001
|
+
"detail": "有价证券的末期付息日。"
|
|
1002
|
+
},
|
|
1003
|
+
"rate": {
|
|
1004
|
+
"name": "利率",
|
|
1005
|
+
"detail": "有价证券的利率。"
|
|
1006
|
+
},
|
|
1007
|
+
"yld": {
|
|
1008
|
+
"name": "年收益率",
|
|
1009
|
+
"detail": "有价证券的年收益率。"
|
|
1010
|
+
},
|
|
1011
|
+
"redemption": {
|
|
1012
|
+
"name": "清偿价",
|
|
1013
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
1014
|
+
},
|
|
1015
|
+
"frequency": {
|
|
1016
|
+
"name": "频次",
|
|
1017
|
+
"detail": "年付息次数。 如果按年支付,frequency = 1;按半年期支付,frequency = 2;按季支付,frequency = 4。"
|
|
1018
|
+
},
|
|
1019
|
+
"basis": {
|
|
1020
|
+
"name": "基准",
|
|
1021
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "结算日",
|
|
1037
|
+
"detail": "有价证券的结算日。"
|
|
918
1038
|
},
|
|
919
|
-
"
|
|
920
|
-
"name": "
|
|
921
|
-
"detail": "
|
|
1039
|
+
"maturity": {
|
|
1040
|
+
"name": "到期日",
|
|
1041
|
+
"detail": "有价证券的到期日。"
|
|
1042
|
+
},
|
|
1043
|
+
"lastInterest": {
|
|
1044
|
+
"name": "末期付息日",
|
|
1045
|
+
"detail": "有价证券的末期付息日。"
|
|
1046
|
+
},
|
|
1047
|
+
"rate": {
|
|
1048
|
+
"name": "利率",
|
|
1049
|
+
"detail": "有价证券的利率。"
|
|
1050
|
+
},
|
|
1051
|
+
"pr": {
|
|
1052
|
+
"name": "价格",
|
|
1053
|
+
"detail": "有价证券的价格。"
|
|
1054
|
+
},
|
|
1055
|
+
"redemption": {
|
|
1056
|
+
"name": "清偿价",
|
|
1057
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
1058
|
+
},
|
|
1059
|
+
"frequency": {
|
|
1060
|
+
"name": "频次",
|
|
1061
|
+
"detail": "年付息次数。 如果按年支付,frequency = 1;按半年期支付,frequency = 2;按季支付,frequency = 4。"
|
|
1062
|
+
},
|
|
1063
|
+
"basis": {
|
|
1064
|
+
"name": "基准",
|
|
1065
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "利率",
|
|
1081
|
+
"detail": "每个周期的利率。"
|
|
938
1082
|
},
|
|
939
|
-
"
|
|
940
|
-
"name": "
|
|
941
|
-
"detail": "
|
|
1083
|
+
"pv": {
|
|
1084
|
+
"name": "现值",
|
|
1085
|
+
"detail": "投资的现值。"
|
|
1086
|
+
},
|
|
1087
|
+
"fv": {
|
|
1088
|
+
"name": "未来价值",
|
|
1089
|
+
"detail": "投资的预期未来价值。"
|
|
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": "结算日",
|
|
1173
|
+
"detail": "有价证券的结算日。"
|
|
1026
1174
|
},
|
|
1027
|
-
"
|
|
1028
|
-
"name": "
|
|
1029
|
-
"detail": "
|
|
1175
|
+
"maturity": {
|
|
1176
|
+
"name": "到期日",
|
|
1177
|
+
"detail": "有价证券的到期日。"
|
|
1178
|
+
},
|
|
1179
|
+
"rate": {
|
|
1180
|
+
"name": "利率",
|
|
1181
|
+
"detail": "有价证券的利率。"
|
|
1182
|
+
},
|
|
1183
|
+
"yld": {
|
|
1184
|
+
"name": "年收益率",
|
|
1185
|
+
"detail": "有价证券的年收益率。"
|
|
1186
|
+
},
|
|
1187
|
+
"redemption": {
|
|
1188
|
+
"name": "清偿价",
|
|
1189
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
1190
|
+
},
|
|
1191
|
+
"frequency": {
|
|
1192
|
+
"name": "频次",
|
|
1193
|
+
"detail": "年付息次数。 如果按年支付,frequency = 1;按半年期支付,frequency = 2;按季支付,frequency = 4。"
|
|
1194
|
+
},
|
|
1195
|
+
"basis": {
|
|
1196
|
+
"name": "基准",
|
|
1197
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "结算日",
|
|
1213
|
+
"detail": "有价证券的结算日。"
|
|
1046
1214
|
},
|
|
1047
|
-
"
|
|
1048
|
-
"name": "
|
|
1049
|
-
"detail": "
|
|
1215
|
+
"maturity": {
|
|
1216
|
+
"name": "到期日",
|
|
1217
|
+
"detail": "有价证券的到期日。"
|
|
1218
|
+
},
|
|
1219
|
+
"discount": {
|
|
1220
|
+
"name": "贴现率",
|
|
1221
|
+
"detail": "有价证券的贴现率。"
|
|
1222
|
+
},
|
|
1223
|
+
"redemption": {
|
|
1224
|
+
"name": "清偿价",
|
|
1225
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
1226
|
+
},
|
|
1227
|
+
"basis": {
|
|
1228
|
+
"name": "基准",
|
|
1229
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "结算日",
|
|
1245
|
+
"detail": "有价证券的结算日。"
|
|
1066
1246
|
},
|
|
1067
|
-
"
|
|
1068
|
-
"name": "
|
|
1069
|
-
"detail": "
|
|
1247
|
+
"maturity": {
|
|
1248
|
+
"name": "到期日",
|
|
1249
|
+
"detail": "有价证券的到期日。"
|
|
1250
|
+
},
|
|
1251
|
+
"issue": {
|
|
1252
|
+
"name": "发行日",
|
|
1253
|
+
"detail": "有价证券的发行日。"
|
|
1254
|
+
},
|
|
1255
|
+
"rate": {
|
|
1256
|
+
"name": "利率",
|
|
1257
|
+
"detail": "有价证券的利率。"
|
|
1258
|
+
},
|
|
1259
|
+
"yld": {
|
|
1260
|
+
"name": "年收益率",
|
|
1261
|
+
"detail": "有价证券的年收益率。"
|
|
1262
|
+
},
|
|
1263
|
+
"basis": {
|
|
1264
|
+
"name": "基准",
|
|
1265
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "结算日",
|
|
1349
|
+
"detail": "有价证券的结算日。"
|
|
1154
1350
|
},
|
|
1155
|
-
"
|
|
1156
|
-
"name": "
|
|
1157
|
-
"detail": "
|
|
1351
|
+
"maturity": {
|
|
1352
|
+
"name": "到期日",
|
|
1353
|
+
"detail": "有价证券的到期日。"
|
|
1354
|
+
},
|
|
1355
|
+
"investment": {
|
|
1356
|
+
"name": "投资额",
|
|
1357
|
+
"detail": "有价证券的投资额。"
|
|
1358
|
+
},
|
|
1359
|
+
"discount": {
|
|
1360
|
+
"name": "贴现率",
|
|
1361
|
+
"detail": "有价证券的贴现率。"
|
|
1362
|
+
},
|
|
1363
|
+
"basis": {
|
|
1364
|
+
"name": "基准",
|
|
1365
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "总期数",
|
|
1381
|
+
"detail": "投资的周期数。"
|
|
1174
1382
|
},
|
|
1175
|
-
"
|
|
1176
|
-
"name": "
|
|
1177
|
-
"detail": "
|
|
1383
|
+
"pv": {
|
|
1384
|
+
"name": "现值",
|
|
1385
|
+
"detail": "投资的现值。"
|
|
1386
|
+
},
|
|
1387
|
+
"fv": {
|
|
1388
|
+
"name": "未来价值",
|
|
1389
|
+
"detail": "投资的未来价值。"
|
|
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": "资产原值",
|
|
1405
|
+
"detail": "资产原值。"
|
|
1194
1406
|
},
|
|
1195
|
-
"
|
|
1196
|
-
"name": "
|
|
1197
|
-
"detail": "
|
|
1407
|
+
"salvage": {
|
|
1408
|
+
"name": "资产残值",
|
|
1409
|
+
"detail": "折旧末尾时的值(有时也称为资产残值)。"
|
|
1410
|
+
},
|
|
1411
|
+
"life": {
|
|
1412
|
+
"name": "资产使用寿命",
|
|
1413
|
+
"detail": "资产的折旧期数(有时也称作资产的使用寿命)。"
|
|
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": "资产原值",
|
|
1429
|
+
"detail": "资产原值。"
|
|
1214
1430
|
},
|
|
1215
|
-
"
|
|
1216
|
-
"name": "
|
|
1217
|
-
"detail": "
|
|
1431
|
+
"salvage": {
|
|
1432
|
+
"name": "资产残值",
|
|
1433
|
+
"detail": "折旧末尾时的值(有时也称为资产残值)。"
|
|
1434
|
+
},
|
|
1435
|
+
"life": {
|
|
1436
|
+
"name": "资产使用寿命",
|
|
1437
|
+
"detail": "资产的折旧期数(有时也称作资产的使用寿命)。"
|
|
1438
|
+
},
|
|
1439
|
+
"per": {
|
|
1440
|
+
"name": "期间",
|
|
1441
|
+
"detail": "期间。"
|
|
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": "结算日",
|
|
1457
|
+
"detail": "国库券的结算日。"
|
|
1234
1458
|
},
|
|
1235
|
-
"
|
|
1236
|
-
"name": "
|
|
1237
|
-
"detail": "
|
|
1459
|
+
"maturity": {
|
|
1460
|
+
"name": "到期日",
|
|
1461
|
+
"detail": "国库券的到期日。"
|
|
1462
|
+
},
|
|
1463
|
+
"discount": {
|
|
1464
|
+
"name": "贴现率",
|
|
1465
|
+
"detail": "国库券的贴现率。"
|
|
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": "结算日",
|
|
1481
|
+
"detail": "国库券的结算日。"
|
|
1254
1482
|
},
|
|
1255
|
-
"
|
|
1256
|
-
"name": "
|
|
1257
|
-
"detail": "
|
|
1483
|
+
"maturity": {
|
|
1484
|
+
"name": "到期日",
|
|
1485
|
+
"detail": "国库券的到期日。"
|
|
1486
|
+
},
|
|
1487
|
+
"discount": {
|
|
1488
|
+
"name": "贴现率",
|
|
1489
|
+
"detail": "国库券的贴现率。"
|
|
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": "结算日",
|
|
1505
|
+
"detail": "国库券的结算日。"
|
|
1274
1506
|
},
|
|
1275
|
-
"
|
|
1276
|
-
"name": "
|
|
1277
|
-
"detail": "
|
|
1507
|
+
"maturity": {
|
|
1508
|
+
"name": "到期日",
|
|
1509
|
+
"detail": "国库券的到期日。"
|
|
1510
|
+
},
|
|
1511
|
+
"pr": {
|
|
1512
|
+
"name": "价格",
|
|
1513
|
+
"detail": "面值 ¥100 的国库券的价格。"
|
|
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": "成本",
|
|
1529
|
+
"detail": "资产原值。"
|
|
1294
1530
|
},
|
|
1295
|
-
"
|
|
1296
|
-
"name": "
|
|
1297
|
-
"detail": "
|
|
1531
|
+
"salvage": {
|
|
1532
|
+
"name": "残值",
|
|
1533
|
+
"detail": "折旧末尾时的值(有时也称为资产残值)。"
|
|
1534
|
+
},
|
|
1535
|
+
"life": {
|
|
1536
|
+
"name": "使用寿命",
|
|
1537
|
+
"detail": "资产的折旧期数(有时也称作资产的使用寿命)。"
|
|
1538
|
+
},
|
|
1539
|
+
"startPeriod": {
|
|
1540
|
+
"name": "起始时期",
|
|
1541
|
+
"detail": "您要计算折旧的起始时期。"
|
|
1542
|
+
},
|
|
1543
|
+
"endPeriod": {
|
|
1544
|
+
"name": "终止时期",
|
|
1545
|
+
"detail": "您要计算折旧的终止时期。"
|
|
1546
|
+
},
|
|
1547
|
+
"factor": {
|
|
1548
|
+
"name": "速率",
|
|
1549
|
+
"detail": "余额递减速率。如果省略影响因素,则假定为2(双倍余额递减法)。"
|
|
1550
|
+
},
|
|
1551
|
+
"noSwitch": {
|
|
1552
|
+
"name": "不切换",
|
|
1553
|
+
"detail": "逻辑值,指定当折旧值大于余额递减计算值时,是否转用直线折旧法。"
|
|
1298
1554
|
}
|
|
1299
1555
|
}
|
|
1300
1556
|
},
|
|
@@ -1308,13 +1564,17 @@
|
|
|
1308
1564
|
}
|
|
1309
1565
|
],
|
|
1310
1566
|
"functionParameter": {
|
|
1311
|
-
"
|
|
1312
|
-
"name": "
|
|
1313
|
-
"detail": "
|
|
1567
|
+
"values": {
|
|
1568
|
+
"name": "现金流",
|
|
1569
|
+
"detail": "与 dates 中的支付时间相对应的一系列现金流。 首期支付是可选的,并与投资开始时的成本或支付有关。 如果第一个值是成本或支付,则它必须是负值。 所有后续支付都基于 365 天/年贴现。 值系列中必须至少包含一个正值和一个负值。"
|
|
1314
1570
|
},
|
|
1315
|
-
"
|
|
1316
|
-
"name": "
|
|
1317
|
-
"detail": "
|
|
1571
|
+
"dates": {
|
|
1572
|
+
"name": "日期表",
|
|
1573
|
+
"detail": "与现金流支付相对应的支付日期表。 日期可以按任意顺序出现。"
|
|
1574
|
+
},
|
|
1575
|
+
"guess": {
|
|
1576
|
+
"name": "估计值",
|
|
1577
|
+
"detail": "对函数 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": "贴现率",
|
|
1593
|
+
"detail": "应用于现金流的贴现率。"
|
|
1334
1594
|
},
|
|
1335
|
-
"
|
|
1336
|
-
"name": "
|
|
1337
|
-
"detail": "
|
|
1595
|
+
"values": {
|
|
1596
|
+
"name": "现金流",
|
|
1597
|
+
"detail": "与 dates 中的支付时间相对应的一系列现金流。 首期支付是可选的,并与投资开始时的成本或支付有关。 如果第一个值是成本或支付,则它必须是负值。 所有后续支付都基于 365 天/年贴现。 值系列中必须至少包含一个正值和一个负值。"
|
|
1598
|
+
},
|
|
1599
|
+
"dates": {
|
|
1600
|
+
"name": "日期表",
|
|
1601
|
+
"detail": "与现金流支付相对应的支付日期表。 日期可以按任意顺序出现。"
|
|
1338
1602
|
}
|
|
1339
1603
|
}
|
|
1340
1604
|
},
|
|
@@ -1347,14 +1611,34 @@
|
|
|
1347
1611
|
"url": "https://support.microsoft.com/zh-cn/office/yield-%E5%87%BD%E6%95%B0-f5f5ca43-c4bd-434f-8bd2-ed3c9727a4fe"
|
|
1348
1612
|
}
|
|
1349
1613
|
],
|
|
1350
|
-
"functionParameter": {
|
|
1351
|
-
"
|
|
1352
|
-
"name": "
|
|
1353
|
-
"detail": "
|
|
1614
|
+
"functionParameter": {
|
|
1615
|
+
"settlement": {
|
|
1616
|
+
"name": "结算日",
|
|
1617
|
+
"detail": "有价证券的结算日。"
|
|
1354
1618
|
},
|
|
1355
|
-
"
|
|
1356
|
-
"name": "
|
|
1357
|
-
"detail": "
|
|
1619
|
+
"maturity": {
|
|
1620
|
+
"name": "到期日",
|
|
1621
|
+
"detail": "有价证券的到期日。"
|
|
1622
|
+
},
|
|
1623
|
+
"rate": {
|
|
1624
|
+
"name": "利率",
|
|
1625
|
+
"detail": "有价证券的利率。"
|
|
1626
|
+
},
|
|
1627
|
+
"pr": {
|
|
1628
|
+
"name": "价格",
|
|
1629
|
+
"detail": "有价证券的价格(按面值为 ¥100 计算)。"
|
|
1630
|
+
},
|
|
1631
|
+
"redemption": {
|
|
1632
|
+
"name": "清偿价",
|
|
1633
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
1634
|
+
},
|
|
1635
|
+
"frequency": {
|
|
1636
|
+
"name": "频次",
|
|
1637
|
+
"detail": "年付息次数。 如果按年支付,frequency = 1;按半年期支付,frequency = 2;按季支付,frequency = 4。"
|
|
1638
|
+
},
|
|
1639
|
+
"basis": {
|
|
1640
|
+
"name": "基准",
|
|
1641
|
+
"detail": "要使用的日计数基准类型。"
|
|
1358
1642
|
}
|
|
1359
1643
|
}
|
|
1360
1644
|
},
|
|
@@ -1368,13 +1652,25 @@
|
|
|
1368
1652
|
}
|
|
1369
1653
|
],
|
|
1370
1654
|
"functionParameter": {
|
|
1371
|
-
"
|
|
1372
|
-
"name": "
|
|
1373
|
-
"detail": "
|
|
1655
|
+
"settlement": {
|
|
1656
|
+
"name": "结算日",
|
|
1657
|
+
"detail": "有价证券的结算日。"
|
|
1374
1658
|
},
|
|
1375
|
-
"
|
|
1376
|
-
"name": "
|
|
1377
|
-
"detail": "
|
|
1659
|
+
"maturity": {
|
|
1660
|
+
"name": "到期日",
|
|
1661
|
+
"detail": "有价证券的到期日。"
|
|
1662
|
+
},
|
|
1663
|
+
"pr": {
|
|
1664
|
+
"name": "价格",
|
|
1665
|
+
"detail": "有价证券的价格(按面值为 ¥100 计算)。"
|
|
1666
|
+
},
|
|
1667
|
+
"redemption": {
|
|
1668
|
+
"name": "清偿价",
|
|
1669
|
+
"detail": "面值 ¥100 的有价证券的清偿价值。"
|
|
1670
|
+
},
|
|
1671
|
+
"basis": {
|
|
1672
|
+
"name": "基准",
|
|
1673
|
+
"detail": "要使用的日计数基准类型。"
|
|
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": "结算日",
|
|
1689
|
+
"detail": "有价证券的结算日。"
|
|
1394
1690
|
},
|
|
1395
|
-
"
|
|
1396
|
-
"name": "
|
|
1397
|
-
"detail": "
|
|
1691
|
+
"maturity": {
|
|
1692
|
+
"name": "到期日",
|
|
1693
|
+
"detail": "有价证券的到期日。"
|
|
1694
|
+
},
|
|
1695
|
+
"issue": {
|
|
1696
|
+
"name": "发行日",
|
|
1697
|
+
"detail": "有价证券的发行日。"
|
|
1698
|
+
},
|
|
1699
|
+
"rate": {
|
|
1700
|
+
"name": "利率",
|
|
1701
|
+
"detail": "有价证券的利率。"
|
|
1702
|
+
},
|
|
1703
|
+
"pr": {
|
|
1704
|
+
"name": "价格",
|
|
1705
|
+
"detail": "有价证券的价格(按面值为 ¥100 计算)。"
|
|
1706
|
+
},
|
|
1707
|
+
"basis": {
|
|
1708
|
+
"name": "基准",
|
|
1709
|
+
"detail": "要使用的日计数基准类型。"
|
|
1398
1710
|
}
|
|
1399
1711
|
}
|
|
1400
1712
|
},
|
|
@@ -8946,13 +9258,13 @@
|
|
|
8946
9258
|
}
|
|
8947
9259
|
],
|
|
8948
9260
|
"functionParameter": {
|
|
8949
|
-
"
|
|
8950
|
-
"name": "
|
|
8951
|
-
"detail": "
|
|
9261
|
+
"number": {
|
|
9262
|
+
"name": "数值",
|
|
9263
|
+
"detail": "要针对阈值进行测试的值。"
|
|
8952
9264
|
},
|
|
8953
|
-
"
|
|
8954
|
-
"name": "
|
|
8955
|
-
"detail": "
|
|
9265
|
+
"step": {
|
|
9266
|
+
"name": "阈值",
|
|
9267
|
+
"detail": "阈值。如果省略阈值,则 GESTEP 使用零。"
|
|
8956
9268
|
}
|
|
8957
9269
|
}
|
|
8958
9270
|
},
|
|
@@ -9022,13 +9334,9 @@
|
|
|
9022
9334
|
}
|
|
9023
9335
|
],
|
|
9024
9336
|
"functionParameter": {
|
|
9025
|
-
"
|
|
9026
|
-
"name": "
|
|
9027
|
-
"detail": "
|
|
9028
|
-
},
|
|
9029
|
-
"number2": {
|
|
9030
|
-
"name": "number2",
|
|
9031
|
-
"detail": "second"
|
|
9337
|
+
"inumber": {
|
|
9338
|
+
"name": "复数",
|
|
9339
|
+
"detail": "需要计算其绝对值的复数。"
|
|
9032
9340
|
}
|
|
9033
9341
|
}
|
|
9034
9342
|
},
|
|
@@ -9042,13 +9350,9 @@
|
|
|
9042
9350
|
}
|
|
9043
9351
|
],
|
|
9044
9352
|
"functionParameter": {
|
|
9045
|
-
"
|
|
9046
|
-
"name": "
|
|
9047
|
-
"detail": "
|
|
9048
|
-
},
|
|
9049
|
-
"number2": {
|
|
9050
|
-
"name": "number2",
|
|
9051
|
-
"detail": "second"
|
|
9353
|
+
"inumber": {
|
|
9354
|
+
"name": "复数",
|
|
9355
|
+
"detail": "需要计算其虚系数的复数。"
|
|
9052
9356
|
}
|
|
9053
9357
|
}
|
|
9054
9358
|
},
|
|
@@ -9062,13 +9366,9 @@
|
|
|
9062
9366
|
}
|
|
9063
9367
|
],
|
|
9064
9368
|
"functionParameter": {
|
|
9065
|
-
"
|
|
9066
|
-
"name": "
|
|
9067
|
-
"detail": "
|
|
9068
|
-
},
|
|
9069
|
-
"number2": {
|
|
9070
|
-
"name": "number2",
|
|
9071
|
-
"detail": "second"
|
|
9369
|
+
"inumber": {
|
|
9370
|
+
"name": "复数",
|
|
9371
|
+
"detail": "要为其参数 theta 的复数。"
|
|
9072
9372
|
}
|
|
9073
9373
|
}
|
|
9074
9374
|
},
|
|
@@ -9082,13 +9382,9 @@
|
|
|
9082
9382
|
}
|
|
9083
9383
|
],
|
|
9084
9384
|
"functionParameter": {
|
|
9085
|
-
"
|
|
9086
|
-
"name": "
|
|
9087
|
-
"detail": "
|
|
9088
|
-
},
|
|
9089
|
-
"number2": {
|
|
9090
|
-
"name": "number2",
|
|
9091
|
-
"detail": "second"
|
|
9385
|
+
"inumber": {
|
|
9386
|
+
"name": "复数",
|
|
9387
|
+
"detail": "需要计算其共轭数的复数。"
|
|
9092
9388
|
}
|
|
9093
9389
|
}
|
|
9094
9390
|
},
|
|
@@ -9102,13 +9398,9 @@
|
|
|
9102
9398
|
}
|
|
9103
9399
|
],
|
|
9104
9400
|
"functionParameter": {
|
|
9105
|
-
"
|
|
9106
|
-
"name": "
|
|
9107
|
-
"detail": "
|
|
9108
|
-
},
|
|
9109
|
-
"number2": {
|
|
9110
|
-
"name": "number2",
|
|
9111
|
-
"detail": "second"
|
|
9401
|
+
"inumber": {
|
|
9402
|
+
"name": "复数",
|
|
9403
|
+
"detail": "需要计算其余弦的复数。"
|
|
9112
9404
|
}
|
|
9113
9405
|
}
|
|
9114
9406
|
},
|
|
@@ -9122,19 +9414,15 @@
|
|
|
9122
9414
|
}
|
|
9123
9415
|
],
|
|
9124
9416
|
"functionParameter": {
|
|
9125
|
-
"
|
|
9126
|
-
"name": "
|
|
9127
|
-
"detail": "
|
|
9128
|
-
},
|
|
9129
|
-
"number2": {
|
|
9130
|
-
"name": "number2",
|
|
9131
|
-
"detail": "second"
|
|
9417
|
+
"inumber": {
|
|
9418
|
+
"name": "复数",
|
|
9419
|
+
"detail": "需要计算其双曲余弦值的复数。"
|
|
9132
9420
|
}
|
|
9133
9421
|
}
|
|
9134
9422
|
},
|
|
9135
9423
|
"IMCOT": {
|
|
9136
|
-
"description": "
|
|
9137
|
-
"abstract": "
|
|
9424
|
+
"description": "返回复数的余切值",
|
|
9425
|
+
"abstract": "返回复数的余切值",
|
|
9138
9426
|
"links": [
|
|
9139
9427
|
{
|
|
9140
9428
|
"title": "教学",
|
|
@@ -9142,13 +9430,9 @@
|
|
|
9142
9430
|
}
|
|
9143
9431
|
],
|
|
9144
9432
|
"functionParameter": {
|
|
9145
|
-
"
|
|
9146
|
-
"name": "
|
|
9147
|
-
"detail": "
|
|
9148
|
-
},
|
|
9149
|
-
"number2": {
|
|
9150
|
-
"name": "number2",
|
|
9151
|
-
"detail": "second"
|
|
9433
|
+
"inumber": {
|
|
9434
|
+
"name": "复数",
|
|
9435
|
+
"detail": "需要计算其余切的复数。"
|
|
9152
9436
|
}
|
|
9153
9437
|
}
|
|
9154
9438
|
},
|
|
@@ -9162,13 +9446,9 @@
|
|
|
9162
9446
|
}
|
|
9163
9447
|
],
|
|
9164
9448
|
"functionParameter": {
|
|
9165
|
-
"
|
|
9166
|
-
"name": "
|
|
9167
|
-
"detail": "
|
|
9168
|
-
},
|
|
9169
|
-
"number2": {
|
|
9170
|
-
"name": "number2",
|
|
9171
|
-
"detail": "second"
|
|
9449
|
+
"inumber": {
|
|
9450
|
+
"name": "复数",
|
|
9451
|
+
"detail": "需要计算其余割值的复数。"
|
|
9172
9452
|
}
|
|
9173
9453
|
}
|
|
9174
9454
|
},
|
|
@@ -9182,13 +9462,9 @@
|
|
|
9182
9462
|
}
|
|
9183
9463
|
],
|
|
9184
9464
|
"functionParameter": {
|
|
9185
|
-
"
|
|
9186
|
-
"name": "
|
|
9187
|
-
"detail": "
|
|
9188
|
-
},
|
|
9189
|
-
"number2": {
|
|
9190
|
-
"name": "number2",
|
|
9191
|
-
"detail": "second"
|
|
9465
|
+
"inumber": {
|
|
9466
|
+
"name": "复数",
|
|
9467
|
+
"detail": "需要计算其双曲余割值的复数。"
|
|
9192
9468
|
}
|
|
9193
9469
|
}
|
|
9194
9470
|
},
|
|
@@ -9202,13 +9478,13 @@
|
|
|
9202
9478
|
}
|
|
9203
9479
|
],
|
|
9204
9480
|
"functionParameter": {
|
|
9205
|
-
"
|
|
9206
|
-
"name": "
|
|
9207
|
-
"detail": "
|
|
9481
|
+
"inumber1": {
|
|
9482
|
+
"name": "复数分子",
|
|
9483
|
+
"detail": "复数分子或被除数。"
|
|
9208
9484
|
},
|
|
9209
|
-
"
|
|
9210
|
-
"name": "
|
|
9211
|
-
"detail": "
|
|
9485
|
+
"inumber2": {
|
|
9486
|
+
"name": "复数分母",
|
|
9487
|
+
"detail": "复数分母或除数。"
|
|
9212
9488
|
}
|
|
9213
9489
|
}
|
|
9214
9490
|
},
|
|
@@ -9222,13 +9498,9 @@
|
|
|
9222
9498
|
}
|
|
9223
9499
|
],
|
|
9224
9500
|
"functionParameter": {
|
|
9225
|
-
"
|
|
9226
|
-
"name": "
|
|
9227
|
-
"detail": "
|
|
9228
|
-
},
|
|
9229
|
-
"number2": {
|
|
9230
|
-
"name": "number2",
|
|
9231
|
-
"detail": "second"
|
|
9501
|
+
"inumber": {
|
|
9502
|
+
"name": "复数",
|
|
9503
|
+
"detail": "需要计算其指数的复数。"
|
|
9232
9504
|
}
|
|
9233
9505
|
}
|
|
9234
9506
|
},
|
|
@@ -9242,13 +9514,9 @@
|
|
|
9242
9514
|
}
|
|
9243
9515
|
],
|
|
9244
9516
|
"functionParameter": {
|
|
9245
|
-
"
|
|
9246
|
-
"name": "
|
|
9247
|
-
"detail": "
|
|
9248
|
-
},
|
|
9249
|
-
"number2": {
|
|
9250
|
-
"name": "number2",
|
|
9251
|
-
"detail": "second"
|
|
9517
|
+
"inumber": {
|
|
9518
|
+
"name": "复数",
|
|
9519
|
+
"detail": "需要计算其自然对数的复数。"
|
|
9252
9520
|
}
|
|
9253
9521
|
}
|
|
9254
9522
|
},
|
|
@@ -9262,13 +9530,9 @@
|
|
|
9262
9530
|
}
|
|
9263
9531
|
],
|
|
9264
9532
|
"functionParameter": {
|
|
9265
|
-
"
|
|
9266
|
-
"name": "
|
|
9267
|
-
"detail": "
|
|
9268
|
-
},
|
|
9269
|
-
"number2": {
|
|
9270
|
-
"name": "number2",
|
|
9271
|
-
"detail": "second"
|
|
9533
|
+
"inumber": {
|
|
9534
|
+
"name": "复数",
|
|
9535
|
+
"detail": "需要计算其常用对数的复数。"
|
|
9272
9536
|
}
|
|
9273
9537
|
}
|
|
9274
9538
|
},
|
|
@@ -9282,13 +9546,9 @@
|
|
|
9282
9546
|
}
|
|
9283
9547
|
],
|
|
9284
9548
|
"functionParameter": {
|
|
9285
|
-
"
|
|
9286
|
-
"name": "
|
|
9287
|
-
"detail": "
|
|
9288
|
-
},
|
|
9289
|
-
"number2": {
|
|
9290
|
-
"name": "number2",
|
|
9291
|
-
"detail": "second"
|
|
9549
|
+
"inumber": {
|
|
9550
|
+
"name": "复数",
|
|
9551
|
+
"detail": "需要计算以 2 为底数的对数的复数。"
|
|
9292
9552
|
}
|
|
9293
9553
|
}
|
|
9294
9554
|
},
|
|
@@ -9302,19 +9562,19 @@
|
|
|
9302
9562
|
}
|
|
9303
9563
|
],
|
|
9304
9564
|
"functionParameter": {
|
|
9305
|
-
"
|
|
9306
|
-
"name": "
|
|
9307
|
-
"detail": "
|
|
9565
|
+
"inumber": {
|
|
9566
|
+
"name": "复数",
|
|
9567
|
+
"detail": "需要计算其幂值的复数。"
|
|
9308
9568
|
},
|
|
9309
|
-
"
|
|
9310
|
-
"name": "
|
|
9311
|
-
"detail": "
|
|
9569
|
+
"number": {
|
|
9570
|
+
"name": "数值",
|
|
9571
|
+
"detail": "需要对复数应用的幂次。"
|
|
9312
9572
|
}
|
|
9313
9573
|
}
|
|
9314
9574
|
},
|
|
9315
9575
|
"IMPRODUCT": {
|
|
9316
|
-
"description": "
|
|
9317
|
-
"abstract": "
|
|
9576
|
+
"description": "返回多个复数的乘积",
|
|
9577
|
+
"abstract": "返回多个复数的乘积",
|
|
9318
9578
|
"links": [
|
|
9319
9579
|
{
|
|
9320
9580
|
"title": "教学",
|
|
@@ -9322,13 +9582,13 @@
|
|
|
9322
9582
|
}
|
|
9323
9583
|
],
|
|
9324
9584
|
"functionParameter": {
|
|
9325
|
-
"
|
|
9326
|
-
"name": "
|
|
9327
|
-
"detail": "
|
|
9585
|
+
"inumber1": {
|
|
9586
|
+
"name": "复数1",
|
|
9587
|
+
"detail": "1 到 255 个要相乘的复数。"
|
|
9328
9588
|
},
|
|
9329
|
-
"
|
|
9330
|
-
"name": "
|
|
9331
|
-
"detail": "
|
|
9589
|
+
"inumber2": {
|
|
9590
|
+
"name": "复数2",
|
|
9591
|
+
"detail": "1 到 255 个要相乘的复数。"
|
|
9332
9592
|
}
|
|
9333
9593
|
}
|
|
9334
9594
|
},
|
|
@@ -9342,19 +9602,15 @@
|
|
|
9342
9602
|
}
|
|
9343
9603
|
],
|
|
9344
9604
|
"functionParameter": {
|
|
9345
|
-
"
|
|
9346
|
-
"name": "
|
|
9347
|
-
"detail": "
|
|
9348
|
-
},
|
|
9349
|
-
"number2": {
|
|
9350
|
-
"name": "number2",
|
|
9351
|
-
"detail": "second"
|
|
9605
|
+
"inumber": {
|
|
9606
|
+
"name": "复数",
|
|
9607
|
+
"detail": "需要计算其实系数的复数。"
|
|
9352
9608
|
}
|
|
9353
9609
|
}
|
|
9354
9610
|
},
|
|
9355
9611
|
"IMSEC": {
|
|
9356
|
-
"description": "
|
|
9357
|
-
"abstract": "
|
|
9612
|
+
"description": "返回复数的正割值",
|
|
9613
|
+
"abstract": "返回复数的正割值",
|
|
9358
9614
|
"links": [
|
|
9359
9615
|
{
|
|
9360
9616
|
"title": "教学",
|
|
@@ -9362,19 +9618,15 @@
|
|
|
9362
9618
|
}
|
|
9363
9619
|
],
|
|
9364
9620
|
"functionParameter": {
|
|
9365
|
-
"
|
|
9366
|
-
"name": "
|
|
9367
|
-
"detail": "
|
|
9368
|
-
},
|
|
9369
|
-
"number2": {
|
|
9370
|
-
"name": "number2",
|
|
9371
|
-
"detail": "second"
|
|
9621
|
+
"inumber": {
|
|
9622
|
+
"name": "复数",
|
|
9623
|
+
"detail": "需要计算其正割值的复数。"
|
|
9372
9624
|
}
|
|
9373
9625
|
}
|
|
9374
9626
|
},
|
|
9375
9627
|
"IMSECH": {
|
|
9376
|
-
"description": "
|
|
9377
|
-
"abstract": "
|
|
9628
|
+
"description": "返回复数的双曲正割值",
|
|
9629
|
+
"abstract": "返回复数的双曲正割值",
|
|
9378
9630
|
"links": [
|
|
9379
9631
|
{
|
|
9380
9632
|
"title": "教学",
|
|
@@ -9382,13 +9634,9 @@
|
|
|
9382
9634
|
}
|
|
9383
9635
|
],
|
|
9384
9636
|
"functionParameter": {
|
|
9385
|
-
"
|
|
9386
|
-
"name": "
|
|
9387
|
-
"detail": "
|
|
9388
|
-
},
|
|
9389
|
-
"number2": {
|
|
9390
|
-
"name": "number2",
|
|
9391
|
-
"detail": "second"
|
|
9637
|
+
"inumber": {
|
|
9638
|
+
"name": "复数",
|
|
9639
|
+
"detail": "需要计算其双曲正割值的复数。"
|
|
9392
9640
|
}
|
|
9393
9641
|
}
|
|
9394
9642
|
},
|
|
@@ -9402,13 +9650,9 @@
|
|
|
9402
9650
|
}
|
|
9403
9651
|
],
|
|
9404
9652
|
"functionParameter": {
|
|
9405
|
-
"
|
|
9406
|
-
"name": "
|
|
9407
|
-
"detail": "
|
|
9408
|
-
},
|
|
9409
|
-
"number2": {
|
|
9410
|
-
"name": "number2",
|
|
9411
|
-
"detail": "second"
|
|
9653
|
+
"inumber": {
|
|
9654
|
+
"name": "复数",
|
|
9655
|
+
"detail": "需要计算其正弦值的复数。"
|
|
9412
9656
|
}
|
|
9413
9657
|
}
|
|
9414
9658
|
},
|
|
@@ -9422,13 +9666,9 @@
|
|
|
9422
9666
|
}
|
|
9423
9667
|
],
|
|
9424
9668
|
"functionParameter": {
|
|
9425
|
-
"
|
|
9426
|
-
"name": "
|
|
9427
|
-
"detail": "
|
|
9428
|
-
},
|
|
9429
|
-
"number2": {
|
|
9430
|
-
"name": "number2",
|
|
9431
|
-
"detail": "second"
|
|
9669
|
+
"inumber": {
|
|
9670
|
+
"name": "复数",
|
|
9671
|
+
"detail": "需要计算其双曲正弦值的复数。"
|
|
9432
9672
|
}
|
|
9433
9673
|
}
|
|
9434
9674
|
},
|
|
@@ -9442,13 +9682,9 @@
|
|
|
9442
9682
|
}
|
|
9443
9683
|
],
|
|
9444
9684
|
"functionParameter": {
|
|
9445
|
-
"
|
|
9446
|
-
"name": "
|
|
9447
|
-
"detail": "
|
|
9448
|
-
},
|
|
9449
|
-
"number2": {
|
|
9450
|
-
"name": "number2",
|
|
9451
|
-
"detail": "second"
|
|
9685
|
+
"inumber": {
|
|
9686
|
+
"name": "复数",
|
|
9687
|
+
"detail": "需要计算其平方根的复数。"
|
|
9452
9688
|
}
|
|
9453
9689
|
}
|
|
9454
9690
|
},
|
|
@@ -9462,13 +9698,13 @@
|
|
|
9462
9698
|
}
|
|
9463
9699
|
],
|
|
9464
9700
|
"functionParameter": {
|
|
9465
|
-
"
|
|
9466
|
-
"name": "
|
|
9467
|
-
"detail": "
|
|
9701
|
+
"inumber1": {
|
|
9702
|
+
"name": "复数1",
|
|
9703
|
+
"detail": "复数1。"
|
|
9468
9704
|
},
|
|
9469
|
-
"
|
|
9470
|
-
"name": "
|
|
9471
|
-
"detail": "
|
|
9705
|
+
"inumber2": {
|
|
9706
|
+
"name": "复数2",
|
|
9707
|
+
"detail": "复数2。"
|
|
9472
9708
|
}
|
|
9473
9709
|
}
|
|
9474
9710
|
},
|
|
@@ -9482,13 +9718,13 @@
|
|
|
9482
9718
|
}
|
|
9483
9719
|
],
|
|
9484
9720
|
"functionParameter": {
|
|
9485
|
-
"
|
|
9486
|
-
"name": "
|
|
9487
|
-
"detail": "
|
|
9721
|
+
"inumber1": {
|
|
9722
|
+
"name": "复数1",
|
|
9723
|
+
"detail": "1 到 255 个要相加的复数。"
|
|
9488
9724
|
},
|
|
9489
|
-
"
|
|
9490
|
-
"name": "
|
|
9491
|
-
"detail": "
|
|
9725
|
+
"inumber2": {
|
|
9726
|
+
"name": "复数2",
|
|
9727
|
+
"detail": "1 到 255 个要相加的复数。"
|
|
9492
9728
|
}
|
|
9493
9729
|
}
|
|
9494
9730
|
},
|
|
@@ -9502,13 +9738,9 @@
|
|
|
9502
9738
|
}
|
|
9503
9739
|
],
|
|
9504
9740
|
"functionParameter": {
|
|
9505
|
-
"
|
|
9506
|
-
"name": "
|
|
9507
|
-
"detail": "
|
|
9508
|
-
},
|
|
9509
|
-
"number2": {
|
|
9510
|
-
"name": "number2",
|
|
9511
|
-
"detail": "second"
|
|
9741
|
+
"inumber": {
|
|
9742
|
+
"name": "复数",
|
|
9743
|
+
"detail": "需要计算其正切值的复数。"
|
|
9512
9744
|
}
|
|
9513
9745
|
}
|
|
9514
9746
|
},
|