complex-numbers
Here are 191 public repositories matching this topic...
As a Rust programmer, I tried to reproduce a CoffeeShop example with Rust. I was able to figure out a few things, but had to give up without documentation and examples.
I tried to reproduce https://enkimute.github.io/ganja.js/examples/coffeeshop.html#pga2d_separating_axis and downloaded a generated 2D Projective Geometric Algebra file. I already struggled implementing the basic point method (`1
The tar-ball on github seems to have the doc and README.rst file, but the one from pypi is missing these. (Trying to package the lastest version for opensuse and the standard is to get the tar-balls from pypi). Would be great to include these again in the next version.
Thanks
Returns x such that incomplete_gamma(a, x) = y. It could be implemented by searching for the only root of a monotonic function on (0, infinity).
see gammaincinv
-
Updated
Jul 1, 2020 - Julia
-
Updated
May 21, 2020 - Julia
-
Updated
Feb 12, 2019 - HTML
-
Updated
May 15, 2020 - JavaScript
-
Updated
Nov 30, 2019 - Java
-
Updated
Nov 6, 2019 - PHP
-
Updated
Mar 3, 2020 - C
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Aug 15, 2017 - Java
-
Updated
May 4, 2019 - Julia
-
Updated
Jul 17, 2019 - C++
-
Updated
Dec 11, 2019 - PHP
-
Updated
May 13, 2020 - Python
To start with, it should handle 1-dimensional functions of these types:
- Polynomials (ax + b)
- Exponentials (a * b^x)
- Logarithmic (b log a)
Should be able to:
- Provide the derivative function
- Provide the integral function
-
Updated
Aug 7, 2018 - Swift
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Apr 30, 2020 - Swift
-
Updated
May 28, 2020 - C#
-
Updated
Jun 30, 2020 - JavaScript
Better error display
Needs to mark the error point in the text field.
White text on red background would be nice.
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Jun 11, 2020 - C#
-
Updated
May 26, 2020 - TypeScript
-
Updated
Apr 27, 2020 - MATLAB
Improve this page
Add a description, image, and links to the complex-numbers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the complex-numbers topic, visit your repo's landing page and select "manage topics."
It is almost impossible to learn how to use SparseMatrix from the current documentation. The example code also isn't very useful. We need to improve the documentation and make it easier to grasp and include some real-world examples.
(Possibly related to #1166 and #1770?)