Found 15 packages
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
Implement of Math.Log() that operates on integers only, and is accurate for any integer input
A comprehensive mathematical library providing 54+ functions covering number theory, trigonometry, logarithms, statistical operations, and special functions. Compatible with Python's math module behavior and optimized for .NET performance.
Gauge contains a complete set of circular, linear, and digital gauge controls for WPF applications, along with LED lights and flip switches. Visually render multiple data points in a compact area that is quickly recognized and understood by users. All gauge appearances can be customized using an enormous number of pre-built or custom options. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=25.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
The Boerman Math library containing some curve fitting things right now.
The CoolClock extension component uses the CoolClock widget (http://randomibis.com/coolclock/) to render amazing analog clocks as Wisej Real Time widgets. Supports several skins, logarithmic scale, and several properties to configure the tick delay or hide the second’s hand.
The CoolClock extension component uses the CoolClock widget (http://randomibis.com/coolclock/) to render amazing analog clocks as Wisej.NET Real Time widgets. Supports several skins, logarithmic scale, and several properties to configure the tick delay or hide the second’s hand.
BigRational based on a stack machine to create an arbitrary-precision rational number type. Provides constants and functions for power, root, trigonometric, exponential, logarithmic, trigonometric, hyperbolic and other common mathematical functions.
String Math Calculator is able to solve math calculations within a string, returning a double as the product. Supports the basic operators, *, /, + and -. Also supports parentheses, roots, exponents and logarithms. The operations are calculated left to right by PEMDAS order. Exp: using StringMathCalculator; Calculator calculator = new Calculator(); Console.WriteLine(calculator.Calculation("3 + 7 / 6 - (6 * 4)").Calculate());
Self balancing avl tree with Concat and Split operations.
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports logarithms, Exp, Pi, trigonometric functions, etc.
The KarateChop class provides a method for performing a binary search on a sorted array of integers. The main method, Chop, takes an integer target and an array of integers as parameters. It searches for the target within the array using a binary search algorithm. If the target is found, the method returns the index of the target in the array. If the target is not found, the method returns -1. This efficient search method has a logarithmic time complexity, making it suitable for large datasets.
Hamop (High Accuracy Math OPerations) is an arbitrary-precision math library for VB.NET targeting .NET Framework 4.5. It supports very large integer and decimal calculations, logarithmic and trigonometric functions, and high-precision numerical operations beyond native VB.NET limits.