면적 계산기
직사각형, 삼각형, 원, 사다리꼴 또는 평행사각형의 면적을 계산합니다.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
area calculator finds how much surface a 2D shape covers. Pick the shape, enter its dimensions, and it returns the area — and, where the sides are known, the perimeter or circumference. Only the fields the chosen shape actually needs are used; the rest are ignored. Area calculator finds how much surface a 2D shape covers. Pick the shape, enter its dimensions, and it returns the area — and, where the sides are known, the perimeter or circumference. Only the fields the chosen shape actually needs are used; the rest are ignored. Area calculator finds how much surface a 2D shape covers.Area calculatorArea calculatorsArea calcula
자주 묻는 질문
삼각형의 면적을 어떻게 찾을 수 있습니까?
면적 = 1/2 × 밑면 × 높이, 수직 높이를 사용하여. 밑면 6, 높이 4의 삼각형은 면적 1/2 × 6 × 4 = 12이다.
원의 면적은 얼마입니까?
반경 5의 원의 면적은 π × 25 ≈ 78.54이며, 면적의 크기는 5 × 25 = 78.54이다.
직사각형의 면적을 어떻게 찾을 수 있습니까?
길이와 너비를 곱해보자. 길이 5, 너비 4인 사각형의 면적은 5 × 4 = 20이다.
사다리꼴의 면적은 얼마입니까?
면적 = ½ × (기초₁ + 기초₂) × 높이, 두 평행한 면의 평균을 그 사이의 높이로 곱한다.
평행사각형의 면적은 얼마입니까?
면적 = 기초 × 높이, 기울어진 측면 길이가 아닌 수직 높이를 사용합니다.
왜 둘레가 때때로 대시를 보여주나요?
삼각형, 사다리꼴, 평행사각형은 기울어진 면의 길이가 필요하며, 이는 입력되지 않습니다. 따라서 그들의 둘레는 비어 있습니다.
어떤 필드를 작성해야 하나요?
선택한 도형이 사용하는 것만. 원은 반경만 필요합니다. 너비와 높이 필드는 무시됩니다.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 API 문서 읽기 →
끝점
GET https://calculator.free/api/v1/area-of-a-shape/
curl
curl "https://calculator.free/api/v1/area-of-a-shape/?shape=rectangle&a=5&b=4&h=3"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/area-of-a-shape/?" + new URLSearchParams({
"shape": "rectangle",
"a": "5",
"b": "4",
"h": "3"
}));
const data = await r.json();
console.log(data.results);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.