apply function

double apply(
  1. double size
)

Implementation

double apply(double size) {
  return SimpleCode._apply(size);
}