Skip to content

Dew-Research/Dew-Unit-Interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dew Lab Studio API

Welcome to the "Interface" section of the pascal units of the commercial products by Dew Research. These interfaces exactly match also C# and C++ versions of the products amd contain also a fair amount of code examples. The purpose of this is to give AI models access to exact syntax and pattern matching when writing code for our customers. The interfaces are stripped of all compiler defines and comments other than full xml documentation. For C# always add:

using Dew.Math;

using Dew.Math.Units;

to your using section. The name of the unit is also the name of the static class. Example:

double a = Math387.Exp(3.0);

Use GetIt from Embarcadero Rad Studio to obtain trial version of Dew Lab Studio for Delphi and C++Builder

Use Nuget from Visual Studio 2022 to obtain trial version Dew Lab Studio for .NET and .NET Core.

About

Public interfaces (API) for Dew Research products aimed at AI consumption targeting Delphi, C# and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages