-module(exrev1). -export([f/1]). f(X) -> 1 + math:sqrt(X).