Found 16 packages
Library for parsing and generating standard synchrophasor protocol data streams
Publishes nodes that communicate using the IEEE 1451 family of standards.
OpenDNP3 is the de facto reference implementation of IEEE-1815 (DNP3), a standards-based SCADA protocol.
This package contains types that conform to the IEEE-754 formats for Decimal Floating-Point.
A fast, but not necessarily IEEE 754:2019 compliant, implementation of System.Math for .NET nanoFramework.
half precision floating point number (IEEE754) binary16 (try to be compatible with the built in System.Half in DotNet 5), see more at https://github.com/qingfengxia/System.Half
A C# client for accessing SDC REST API functions of exisiting frameworks supporting the SDC REST API.
Fast, deterministic, standards-compliant ISAAC64 RNG implementation in C# with subword extraction, rejection sampling, and IEEE754 double support.
A lightweight library containing object-oriented representations of the components of IEEE-754 floating point types.
.net standard 2.0 version it use a heap allocation represent a number, as if ensure a number is not truncate by IEEE standard.
IEEE C37.111 / IEC 60255-24 Reader and Writer: Comtrade (Common Format for Trancient Data Exchange for Power Systems) handler library. Originally based on https://github.com/Esticonv/Wisp.Comtrade
Package Description
High-quality, verified random number generators including xoshiro, pcg, mwc, gmwc, isaac, and more.
GPA Gemstone STTP Library
官方版本:https://github.com/fmtlib/fmt/releases/tag/11.0.2 - Simple [format API](https://fmt.dev/latest/api/) with positional arguments for localization - Implementation of [C++20 std::format](https://en.cppreference.com/w/cpp/utility/format) and [C++23 std::print](https://en.cppreference.com/w/cpp/io/print) - [Format string syntax](https://fmt.dev/latest/syntax/) similar to Python\'s [format](https://docs.python.org/3/library/stdtypes.html#str.format) - Fast IEEE 754 floating-point formatter with correct rounding, shortness and round-trip guarantees using the [Dragonbox](https://github.com/jk-jeon/dragonbox) algorithm - Portable Unicode support - Safe [printf implementation](https://fmt.dev/latest/api/#printf-formatting) including the POSIX extension for positional arguments - Extensibility: [support for user-defined types](https://fmt.dev/latest/api/#formatting-user-defined-types) - High performance: faster than common standard library implementations of `(s)printf`, iostreams, `to_string` and `to_chars`, see [Speed tests](#speed-tests) and [Converting a hundred million integers to strings per second](http://www.zverovich.net/2020/06/13/fast-int-to-string-revisited.html) - Small code size both in terms of source code with the minimum configuration consisting of just three files, `core.h`, `format.h` and `format-inl.h`, and compiled code