tuxcodejohn / Natural

Small helper to use natual number template library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natural

Small helper to use natual number template library

What is it?

nat.H is a simple template header-only library, that helps you to use natural numbers in your C++ code.

You can simply use

	ℕ<17> 

to refer to the 17th natural number.

Finally no more error prone hand application of Peano's axioms!!

test it

An usage example testprogramm is included. Just type make.

About

Small helper to use natual number template library

License:The Unlicense


Languages

Language:C 54.1%Language:C++ 30.4%Language:Makefile 15.5%