Skip to content

Latest commit

 

History

History
2 lines (1 loc) · 326 Bytes

README.md

File metadata and controls

2 lines (1 loc) · 326 Bytes

I wanted to create a number type that can store bigger data than double, but in cpp there were some problems arising with the way it handled object, so I was like okay then I'll use c, and as I was using vector to do that on cpp, I wanted something similar in c, but I thought why not make it generalised, if I'm making it