Endorphin.Abstract 0.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Endorphin.Abstract --version 0.3.2
NuGet\Install-Package Endorphin.Abstract -Version 0.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Endorphin.Abstract" Version="0.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Endorphin.Abstract --version 0.3.2
#r "nuget: Endorphin.Abstract, 0.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Endorphin.Abstract as a Cake Addin
#addin nuget:?package=Endorphin.Abstract&version=0.3.2

// Install Endorphin.Abstract as a Cake Tool
#tool nuget:?package=Endorphin.Abstract&version=0.3.2

A set of abstract concepts used by Endorphin-based scientific instrument controllers, such as ideas of time intervals and abstractions for positioning a moveable object

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Endorphin.Abstract:

Package Downloads
Endorphin.Instrument.PicoTech.PicoScope5000

F# wrapper for PicoTech PicoScope5000 series PC oscilloscope.

Endorphin.Instrument.PicoTech.PicoScope3000

F# wrapper for PicoTech PicoScope3000 series PC oscilloscope.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.7 1,139 12/8/2016
0.3.6 918 11/25/2016
0.3.5 950 11/25/2016
0.3.4 975 11/14/2016
0.3.3 991 10/27/2016
0.3.2 967 9/8/2016
0.3.1 996 9/8/2016
0.3.0 1,338 8/1/2016
0.2.5 965 7/20/2016
0.2.4 945 7/20/2016
0.2.3 1,012 7/7/2016
0.2.2 984 7/7/2016
0.2.1 991 7/6/2016
0.2.0 978 7/6/2016
0.1.1 3,265 7/1/2016
0.1.0-beta2 800 6/30/2016

Fix floating point errors in Vector.angle allowing for NaN to be returned if
the two vectors were very close, but not exactly equal.