Primes Utils Handbook

2
PRIMES-UTILS HANDBOOK The Math and Code behind the making of a Rubygem Jabari Zakiya 2015/10/23 Coming Soon

description

Official handbook for the primes-utils rubygem.

Transcript of Primes Utils Handbook

  • PRIMES-UTILS HANDBOOKThe Math and Code behind the making of a Rubygem

    Jabari Zakiya

    2015/10/23

    Coming Soon

  • PRIMES-UTILS HANDBOOK

    Table of Contents

    Preface ........................................................................................................................... ii

    Introduction .................................................................................................................... 1

    Using primes-utils .......................................................................................................... 3

    Mathematical Foundations ............................................................................................. 9

    Putting Prime Generators to Work ................................................................................. 13

    Ruby Fundamentals ....................................................................................................... 22

    Coding prime-utils ......................................................................................................... 26

    Future Development ...................................................................................................... 49

    Glossary ......................................................................................................................... 50

    References ..................................................................................................................... 50

    Source Code .................................................................................................................. 51

    i

    Table of Contents