We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7875a commit f766734Copy full SHA for f766734
README.md
@@ -93,7 +93,7 @@ graph BT
93
%% Arrows still point child → parent
94
BaseExpression -.-> sympy.Expr
95
BaseExpression -.-> sympy.Poly
96
- Expression --> |Numerical Proxy| n
+ Expression --> n
97
n --> |lambdified numerical representation| A["f(x)"]
98
n -.-> scipy.numerical_methods
99
Expression --> BaseExpression
0 commit comments