log function

VARP log(
  1. VARP x
)

Implementation

VARP log(VARP x) => F.log(x);