🔢

GCD / LCM Calculator

Calculate the Greatest Common Divisor (GCD) and Least Common Multiple (LCM) of two numbers.

math API: POST /api/tools/gcd-lcm

Input

🔌 API Usage

POST /api/tools/gcd-lcm
Content-Type: application/json

// Example body:
{
  "a": "0",
  "b": "0"
}