1
$\begingroup$

Is there a way to write $f(c)=2^{\lfloor \frac{c}{10} \rfloor}c$ without using the floor function?

  • 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

1 Answers 1