HI all

I am new to boost and i found its math function library really cool

I like to play with numbers specially prime numbers

I am thinking of developing a new library for boost that can generate various prime patterns adn will include other new algorithms related to prime numbers

like aks algorithm to test whether a number is prime,Prime spiral algorithm,prime number generation algorithm

This library can help people who love numbers and want to find new prime or number patterns

first i would like to know that whether such library already exists in boost

if not then hows the idea?