-- @/lua/common/mathlib.lua:1226 function biasFun(x, k) local xk = x * k return (x + xk)/(1 + xk) end