@extends('layouts.app') @section('title', 'Flächen Rechner – Fläche und Umfang berechnen | kotsch.tech') @section('meta_description', 'Flächen Rechner: Fläche und Umfang von Rechteck, Kreis, Dreieck, Trapez, Raute und Parallelogramm live berechnen. Formeln und Ergebnisse sofort.') @section('meta_extra') @endsection @section('content') @include('tools._tool_base')
Mathematik

Flächenrechner.

Fläche und Umfang aller gängigen Formen live berechnen – mit Formel.

A = a × b  |  U = 2 × (a + b)
A = π × r²  |  U = 2 × π × r
A = (a × h) ÷ 2
A = ((a + b) ÷ 2) × h
A = (e × f) ÷ 2
A = a × h
A = π × a × b  |  U ≈ π × (3(a+b) − √((3a+b)(a+3b)))
@include('tools._ads_banner')
@include('tools._seo_content', ['toolSlug' => 'flaechen-rechner', 'toolName' => 'Flächen Rechner']) @endsection