Multiply by power of two. \param arg number to modify \param exp power of two to multiply with \return \a arg multplied by 2 raised to \a exp template typename enable ::type scalbln(T arg, long exp) { return functions::scalbln(arg, exp); }
Source from the content-addressed store, hash-verified