-
I came across a special syntax where a space between two Primary expressions indicates a special connection.
For example:
```c
"a" "b"
// equivalent to
"a" + "b"
```
In the current situa…
-
Hello all,
I've written some special boundary tests for the math.log(x,b) function and found possible bugs. Some or all of these may be trivial ones and some might not be bugs at all. Either way ju…
-
Currently they are considered part of a symbol name if there is no space. Which usually does not happen because the space is added automatically when pasted.
**With exception of e.g. `\[Transpose]…
-
Unless I'm missing something, it seems SymPy doesn't offer any way to compute discrete logarithms (i.e. generalized multiplicative order), only the multiplicative order.
For instance, Mathematica doe…
-
This is a counterpart for an issue opened for sympy at https://github.com/sympy/sympy/issues/10881 to cover an implementation for numerical values.
This is a feature request for an implementation of…
-
### Docs
- https://intellij-support.jetbrains.com/hc/en-us/community/posts/206762245-How-can-I-track-plugin-s-exceptions-?page=1#community_comment_206112335
- https://intellij-support.jetbrains.co…
-
Listed here are _"all"_ the languages that could be supported by onefetch - the checked lines are the ones already supported. Beside giving us a better idea of our coverage, this list can serve as a …
o2sh updated
8 months ago
-
Currently susi_server tries to contact wolfram first before trying something else. A simple "what is the time" request takes seconds to complete:
```
2019-12-16 08:02:22.613 INFO root - JSON data f…
-
可以使用`Import`或者`URLFetch`
```
data = URLFetch[
"example.com", {Method -> "GET",
"Headers" -> {"Content-type" -> "application/json"}}]
```
twn39 updated
6 years ago
-
## Project Abstract
This product is intended to help students learning graph theory in discrete mathematics. There does not currently exist a tool that is designed with those beginning to learn graph…