Skip to content

pi

pi() → number · Math

Returns the mathematical constant pi (approximately 3.14159265358979323846).

utlx
let circumference = 2 * pi() * $input.radius
{
  circumference: circumference
}

Released under AGPL-3.0.