Projects with this topic
-
A simple library for reading and writing XSD datatypes
Updated -
The s21_decimal project involves implementing a custom C library for high-precision decimal arithmetic, targeting financial calculations where floating-point errors are unacceptable. The library provides a 128-bit decimal type using a structure of four 32-bit integers, supporting numbers from approximately ±7.9e28 with up to 28 decimal places. Key features include arithmetic operations (add, subtract, multiply, divide), comparisons, conversions to/from int/float, and rounding functions (floor, round, truncate, negate), all designed to minimize rounding errors through bank rounding and precise binary representation. The implementation adheres to structured programming principles, includes comprehensive unit tests, and is delivered as a static library.
Updated -
Visualizing graphs for math function, histogram and polar plot. Topics: #algorithm #image-2d #datatypes #sample #sick-appspace
Updated -
Some utility functions to work more easily with Go pointers
Updated -
Creation and overlay visualization of various 3D shape types. Topics: #algorithm #image-2d #datatypes #sample #sick-appspace
Updated -
Creation and overlay visualization of various 2D shape types. Topics: #algorithm #image-2d #datatypes #sample #sick-appspace
Updated -
Introduction to Matrix data type Topics: #algorithm #datatypes #sample #sick-appspace
Updated -
Downsampling images using Pyramid data type. Topics: #algorithm #image-2d #datatypes #sample #sick-appspace
Updated -
The data types commonly used in distributed ledgers (aka blockchain).
Updated -
It's a challenge from Binar Academy where student should create a game Rock, Paper, Scissors using HTML, CSS & Javascript with OOP paradigm.
Updated -
A collection of TypeScript datatypes and typeguards for use in FinTech applications
Updated