Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 502 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 502 Bytes

README

1、设置PolyCompute 类:

包含 (1)在字符串中处理空白符的 newTrim() (2)处理前导符号(+/-)的frontDeal (3) 匹配出所有项(正则表达式)和操作符的getTermsAndOps (4)ops引入terms的removeOps (5) 同类项合并 (6)排序

以及 PolyCompute 的生成器

2、设置PolyTerm 类:

处理每个项,提取系数和幂

3、设置PolyDerivation类:

应用求导法则,并将求导后的各项标准化(用于输出)