User Portlet
Featured Contributor
Discussions |
---|
https://marketplace.visualstudio.com/items?itemName=WolframResearch.wolfram |
*MODERATOR NOTE: a submission to computations art contest, see more:* https://wolfr.am/CompArt-22 ---------- ![enter image description here][1] &[Wolfram Notebook][2] [1]:... |
**Heart of Gold** Community post with code: https://community.wolfram.com/groups/-/m/t/2516777 YouTube link: https://youtu.be/9suXje-ZCkE Screen capture from video: ![enter image description here][1] &[Wolfram Notebook][2] [1]:... |
A basic implementation to parenthesize a selection would be as follows: b1 = Button["Parenthesize selection", Module[{x}, x = CurrentValue["SelectionData"]; NotebookWrite[ButtonNotebook[], RowBox[{"(", x, ")"}]]]] And this is... |
Okay, I can 100% reproduce what you get. I don't understand why this is, but I can use this to poke some people at Wolfram. PS C:\Users\arnou\Downloads> .\program.exe Initializing NetLink MathKernel ... Running query: ... |
Fair enough... thanks! |
Not sure if the "new" compiler (FunctionCompile) can be of use here. The workhorse function (NSolveValues) is already a C level function in the Wolfram Language and thus as fast as can be. |
We'll take a look. Thanks for reporting this. |
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/5968f57c-6709-4481-8333-d5bba1a48756 |
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=5230latest-ida.gif&userId=22112 [2]:... |