Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 234 Bytes

File metadata and controls

9 lines (7 loc) · 234 Bytes

BlockOL

The library which will be used by most of my scripts. This library has the things I use really often, for example:

  • Check if num is prime
  • Prime factorisation
  • Getting divisors of num
  • Fibbonaci sequence
  • And more...