ivankprod / numsyslib

Numeric System core library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numsyslib

CodeFactor

  1. Setup
# Generate cmake configuration (debug by default):
cmake -S . -B build
  1. Build
# Library builds to ./bin directory
cmake --build build
  1. Test
    In progress...

About

Numeric System core library

License:MIT License


Languages

Language:C++ 95.1%Language:CMake 2.7%Language:C 2.1%