0

In Wolfram alpha I can use this formular:

((7days/week) *(1000km-691.3km) / (today - end of year))

and it will display the result using various units.

But I want it in the units Kilometers per Week. I tried various variations, like this one:

((7days/week) *(1000km-691.3km) / (today - end of year)) in (km/week) 

but it can't parse it.

How do I specify the desired units for the result?

Jens Schauder
  • 77,657
  • 34
  • 181
  • 348

1 Answers1

0

I found a partial solution.

This one actually makes the result a unit less number.

((7days/week) *(1000km-691.3km) / (today - end of year)) / (km/wk)

Which is good enough for my current purpose. But I still like to get it with the actual units

Jens Schauder
  • 77,657
  • 34
  • 181
  • 348