You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ pip install funkit
23
23
-**🎨 Enhanced Printing**: Flexible output formatting through the `.print` attribute (LaTeX, pretty printing, code generation)
24
24
-**📡 Signal System**: Qt-like signals for tracking expression mutations and clones, enabling reactive programming
25
25
-**🔄 Automatic Type Conversions**: Seamlessly and automatically converts between internal Poly and Expr representations based on context
26
-
- 📦 Lightweight**: ~0.5 MB itself, ~100 MB including dependencies
26
+
-**📦 Lightweight**: ~0.5 MB itself, ~100 MB including dependencies
27
27
-**🧩 Fully backward compatible**: Seamlessly integrate SymPy and FunKit in the same script. All methods that work on SymPy Expr or Poly objects work on FunKit objects
28
28
-**🔍 Exploratory**: Full IDE support, enabling easy tool finding and minimizing the learning curve.
0 commit comments