Using point with math.tools

Lua integration

Install
# See https://github.com/hamoom/point
Get digits of pi (Ï€)
curl \
  -H "X-Mathtools-Api-Secret: $API_KEY" \
  https://api.math.tools/numbers/pi
Get the number of the day for current day
curl \
  -H "X-Mathtools-Api-Secret: $API_KEY" \
  https://api.math.tools/numbers/nod
Convert a given number from one base to another base
curl \
  -H "X-Mathtools-Api-Secret: $API_KEY" \
  https://api.math.tools/numbers/base
SDK on GitHub 📄 API Docs
SDK
point
Lua
API
math.tools
math.tools
At a glance
Language Lua
Endpoints26
Base URLhttps://api.math.tools