QPFloat icon indicating copy to clipboard operation
QPFloat copied to clipboard

Results 6 QPFloat issues
Sort by recently updated
recently updated
newest added

Severity Code Description Project File Line Suppression State Error C2861 'int System::IComparable::CompareTo(System::Quadruple)': an interface member function cannot be defined QPFloat C:\Users\globa\source\repos\QPFloat\QPFloat\ManagedQuadruple.cpp 496 Error C2065 'storage': undeclared identifier QPFloat C:\Users\globa\source\repos\QPFloat\QPFloat\ManagedQuadruple.cpp 497...

I compiled your source code and tested it in C#. The numbers always are zero!!! ![image](https://user-images.githubusercontent.com/3913827/111546162-e6572800-877f-11eb-92f8-226c2c5c5b67.png)

I'm using QPFloat in my C# Winforms application, targeting .NET Framework 4.5.2 and building with Visual Studio 2017. The value of _quad_ gets rounded to some value even when it...

Currently dividing by the constant QuadTwoPi. Precompute its reciprocal and multiply for performance gain.