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.

Citation

If you have used this package in your research, please cite it as follows:

@misc{OnlineLookupSource,
  title = {{OnlineLookup: Look up mathematical information online. Version~0.7}},
  author = {Paul Zinn-Justin},
  howpublished = {A \emph{Macaulay2} package available at
    \url{https://github.com/Macaulay2/M2/tree/master/M2/Macaulay2/packages}}
}

Exports

  • Functions and commands
    • isc -- ISC lookup
    • oeis -- OEIS lookup
  • Methods
    • isc(Constant) -- see isc -- ISC lookup
    • isc(Number) -- see isc -- ISC lookup
    • 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, defined in OnlineLookup.m2, with auxiliary files in OnlineLookup/.


The source of this document is in OnlineLookup.m2:159:0.