transform module

transform.area_circ(r_in)

Calculates the area of a circle with given radius.

Input

The radius of the circle (float, >=0).

Returns

The area of the circle (float).