Consider a simple sum of floor functions:
S=c⌊xa⌋+d⌊xb⌋
Can we combine these two terms into a single function? I am trying to simplify something like this to avoid successive divisions in a computer program.
My question, in general, is: can we combine the following k terms to avoid performing k divisions and multiplications of x:
S(x,k)=k∑i=0ci⌊xai⌋
No comments:
Post a Comment