We are often asked how to get started with using NMath. This has gotten much simpler over the years. Here's the quickest way to get going...
Install Visual Studio Code. Create a folder.Open the folder with File|Open.View|Terminal to bring up a command-line.In the terminal window, type dotnet new console to create a new project. You'll see it creates a .csproj file and a Program.cs.dotnet add p...
Read More
Read More