Construct 3 r253

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Thanks, been wanting the "round to decimal place" expression for ages.

    • I've always just done something like round(# * 10) / 10 since in that case it would change the tenths place to the left of the decimal and it would then round it all getting rid of anything after the decimal and divide it back to return what part of the decimal value I wanted to be left.

      Though this is actually really nifty where we can just use an expression now that is less complicated.