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.
2 parents 4f3e2ae + 70a7c1c commit 46d1c29Copy full SHA for 46d1c29
templates/index.html
@@ -142,6 +142,11 @@ <h2 class="title">{% trans %}Projects using SymPy{% endtrans %}</h2>
142
{% trans %} Adding statistical operations to complex physical models.
143
{% endtrans%}
144
</li>
145
+ <li><strong><a href="https://github.com/siravan/symjit/">
146
+ {% trans %}symjit{% endtrans %}</a></strong>:
147
+ {% trans %} A lightweight just-in-time (JIT) compiler for sympy expressions.
148
+ {% endtrans%}
149
+ </li>
150
<li><strong><a href="https://yt-project.org/">
151
{% trans %}yt{% endtrans%}</a></strong>:
152
{% trans %} Python package for analyzing and visualizing
0 commit comments