Is there a way to write $f(c)=2^{\lfloor \frac{c}{10} \rfloor}c$ without using the floor function?
Writing $f(c)=2^{\lfloor \frac{c}{10} \rfloor}c$ without floor function
1
$\begingroup$
algebra-precalculus
-
0@JasperLoy $f(c) = 2^{\lfloor\frac{c}{10}\rfloor}c$ – 2012-10-27
-
0@JasperLoy It's a variable then. I've updated the question. – 2012-10-29