A small fixed point arithmetic library in C++.
  • C++ 96.1%
  • CMake 2.7%
  • Makefile 1.2%
Find a file
2026-04-20 08:30:05 -07:00
include/fixedpoint Add a few comments here and there 2026-04-20 08:30:05 -07:00
src Add some compiler directives 2026-04-18 20:59:08 -07:00
test Fix a spelling mistake: Farenheit → Fahrenheit 2026-04-18 21:05:36 -07:00
.clangd Instruct CMake to produce an artifact the clangd LSP can inject to understand this project's layout better 2026-04-18 16:40:11 -07:00
.gitignore A little build system 2026-04-17 11:21:42 -07:00
CLAUDE.md A CLAUDE.md file to help Claude understand what I'm working on here 2026-04-18 11:15:09 -07:00
CMakeLists.txt Add some compiler directives 2026-04-18 20:59:08 -07:00
Makefile Instruct CMake to produce an artifact the clangd LSP can inject to understand this project's layout better 2026-04-18 16:40:11 -07:00
README.md A little build system 2026-04-17 11:21:42 -07:00