Macaulay2 » Documentation
Packages » OnlineLookup :: OnlineLookup
next | previous | forward | backward | up | index | toc

OnlineLookup -- Look up mathematical information online

Description

The purpose of this package is to collect helper functions that allow to query web sites for mathematical information and format it into Macaulay2 output. At present, it contains two such functions, oeis and isc, but more will be implemented in the future.

Author

Version

This documentation describes version 0.7 of OnlineLookup.

Source code

The source code from which this documentation is derived is in the file OnlineLookup.m2. The auxiliary files accompanying it are in the directory OnlineLookup/.

Exports

  • Functions and commands
    • isc -- ISC lookup
    • oeis -- OEIS lookup
  • Methods
    • isc(RR) -- see isc -- ISC lookup
    • isc(String) -- see isc -- ISC lookup
    • oeis(String) -- see oeis -- OEIS lookup
    • oeis(VisibleList) -- see oeis -- OEIS lookup

For the programmer

The object OnlineLookup is a package.