Interface Fpi

Returns an approximation of pi, the ratio of the circumference of a circle to its diameter

interface Fpi {
    name: "pi";
}

Hierarchy

Properties

Properties

name: "pi"