This commit is contained in:
Simon Gardling
2022-02-17 09:16:11 -05:00
parent 3a8dd021db
commit 30dfcfa36a
2 changed files with 6 additions and 9 deletions

View File

@@ -37,14 +37,6 @@
<h3 id="%3Ca%20href=%22https://github.com/Titaniumtown/integral_site%22%3EI&amp;#8217;m%20Open%20Source!%3C/a%3E%20(and%20licensed%20under%20AGPLv3)"><a href="https://github.com/Titaniumtown/integral_site">I&#8217;m Open Source!</a> (and licensed under AGPLv3)</h3>
<h3 id="Frequent%20Issues">Frequent Issues</h3>
<h4 id="Not%20Using%20Explicit%20Multiplication">Not Using Explicit Multiplication</h4>
<ul>
<li>Equations such as chaining variables such as <code>y=xxxx</code> will fail, whereas <code>y=x*x*x*x</code> (or <code>y=x^4</code>) will not fail, this also applies for static variables such as <code>e</code> in situations like <code>eeee</code>, will fail.</li>
</ul>
<h4 id="What%20Expressions%20Can%20I%20Use?">What Expressions Can I Use?</h4>
<ul>