Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 522 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 522 Bytes

blMathAPI is a collection of algorithms and data structures that I've developed and used over the years for various projects, some of which are:

-- Simple generic mathematical functions, especially useful on platforms where there's no STL

-- Iterator based Buffer parsing algorithms, some of them like the ones from the STL, but that can also work with circular buffers unlike STL algorithms

-- Simple string to number conversions that can be used to parse text buffers

-- Simple mathematical data structures