-module(exrev2). -export([f/1]). f(X) -> 0.8 * math:cos(X).