一元多项式的数据模型
f(x) = a + bx + cx^2 + dx^3 + ...
一元多项式的数据模型
f(x) = a + bx + cx^2 + dx^3 + ...
01 Syntax
02 Methods
03 Properties
04 Members
Double, Double)y = a + bx
| Name | Type | Description |
|---|---|---|
a | Double | - |
b | Double | - |
String)| Name | Type | Description |
|---|---|---|
str | String | a+bx y=a+bx |
Double)f(x)
| Name | Type | Description |
|---|---|---|
x# | Double | - |
Is linear or poly?
Double())String, Boolean)String(), String, Boolean)