squarteredFunc function

double squarteredFunc(
  1. double x
)

Implementation

double squarteredFunc(double x) =>x*x/4;