-
Eventually, convert the helpers in the `scmutils/src/display` folder. Only `print-expression` and `show-expression` seem important.
But either way I think Racket's default printer will be readable en…
bennn updated
9 years ago
-
The top_k expression is essentially an nlargest + limit operation and [is sometimes used to short circuit](https://www.snowflake.com/en/blog/super-fast-top-k-queries/) sort + limit scenarios common in…
-
Imported from SourceForge on 2024-07-06 17:15:08
Created by **[gutoo](https://sourceforge.net/u/gutoo/)** on 2018-04-19 12:25:20
Original: https://sourceforge.net/p/maxima/bugs/3424
---
I would like…
rtoy updated
3 months ago
-
Imported from SourceForge on 2024-07-06 08:19:30
Created by **[mpq](https://sourceforge.net/u/mpq/)** on 2012-01-11 08:57:06
Original: https://sourceforge.net/p/maxima/bugs/2333
---
expand\( \(x - 4…
rtoy updated
3 months ago
-
### What happened?
I've been working on rebuilding a general purpose implementation of the v0.6 conversion plus archetype in v0.7 as part of experimenting with more complex multicarrier conversion in…
-
Hello
I try to work with scalar data by analogy with the [ClickHouse repository](https://github.com/ClickHouse/ClickHouse/blob/master/src/Core/Protocol.h#L162). To do this, I made a patch in which I …
-
Laravel 11
I installed this package to use
`$locations = Location::orderByDistanceFrom('3.5075933','6.5950829','asc')->get();`
unfortunately i receive the error
> Object of class Illuminate\Data…
-
### Description of feature
- [X] Get draft tutorial in
- [ ] Add functions to pertpy
- [ ] adapt tutorial with pertpy functions
-
### What happened?
There seem to be issues currently with using NOT or OR/AND in the top level global_expressions where string related to the rework of `_from_pyomo_expr()` in `pyomo_backend_model.…
-
MWE (Julia Version 1.10.2, Symbolics v5.28.0, SymbolicUtils v1.5.1):
```
using Symbolics
expr_gen = (var, fun) -> Differential(var)(Differential(var)(((-Differential(var)(Differential(var)(fun)…