PricingBlog

floor() formula

  • .aweeden-1211733881854754846

    aweeden

    1 year ago

    is there a way to use a formula similar to floor() where I can e.g. round down 10,500 to 10,000? Thanks!
    1
  • lucasg-1211734583138066432

    Lucas G

    1 year ago

    Use the round nodes
  • yoelfdz-1211734603354865694

    yoelfdz

    1 year ago

    You can use the formula round
  • And if you do not find a formula you can also use a custom action
  • jacobkofoed-1211736722413461604

    Jacob Kofoed

    1 year ago

    If you take your number minus 0.5 in round, you will achieve what floor does 👌it’s a bit of a balance how many math functions are included in toddle by default. I wonder if someone will build a math utility toddle package 📦 at some point 😬
    ❤️2
  • .aweeden-1211739646426488893

    aweeden

    1 year ago

    Lovely, thanks!