Skip to content
#

integer

Here are 474 public repositories matching this topic...

Projeto que tem como objetivo implementar, na linguagem C, uma biblioteca que permita representar valores inteiros signed de 128 bits, e ofereça algumas operações básicas sobre esses valores. Para representar o valor inteiro de 128 bits, a biblioteca usa dois valores do tipo long, cada um deles representando uma parte (64 bits) do valor.

  • Updated Jul 3, 2017
  • C

Improve this page

Add a description, image, and links to the integer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the integer topic, visit your repo's landing page and select "manage topics."

Learn more