关于算式"化简" #60
-
|
关于PPT上化简要求: 成交数量一致的交易合并需要我们实现并回显出来吗? 如果需要, 是包含在calculator函数中还是需要一个额外的函数? 会如何进行测试呢? |
Beta Was this translation helpful? Give feedback.
Answered by
RicoloveFeng
Feb 24, 2022
Replies: 1 comment 2 replies
-
|
不需要输出,在内部有一个处理过程就行。 合并功能不和计算器耦合,在计算器外部实现。 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RicoloveFeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不需要输出,在内部有一个处理过程就行。
合并功能不和计算器耦合,在计算器外部实现。