Functions.pi constructor

Functions.pi()

Implementation

factory Functions.pi() {
  return Functions({"pi": null});
}