Introduction

Here we introduce methods to compute in arbitrary precision integer arithmentic.

The author uses GitBook to write, and so GitHub Markdown is available for use.

This book can be [edited online at GitBook] (https://www.gitbook.com/book/johnblommers/notes-on-large-numbers/edit#/edit/master/README.md) using its online editor. Account credentials will be required.

The online GitBook converter for this book can generate for download ePub, PDF, and Mobi files.

The book can be read here

In the C++ chapter we make use of fenced code blocks to perform syntax highlighting. GitHub documents the available code languages. The number of languages is legion. Some of the more interesting ones include:

  • awk

  • bash

  • c

  • cpp

  • css

  • cmake

  • cobil

  • html

  • java

  • javascript

  • json

  • matlab

  • makefile

  • md

  • svg

  • xml

  • R

Last updated

Was this helpful?