Crate test_crate_01

source ·
Expand description

§test_crate

A simple crate that provides functionality for calculating the area, volume, and perimeter of a rectangle.

Functions§

  • Calculates the area of a rectangle given its length and width.
  • Calculates the area, volume, and perimeter of a rectangle given its length, width, and height.
  • Calculates the perimeter of a rectangle given its length and width.
  • Calculates the volume of a rectangular prism given its length, width, and height.