cancel
Showing results for 
Search instead for 
Did you mean: 
alex_python
New Contributor II
since ‎08-16-2022
‎06-26-2023

User Stats

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Division of two numbers is auto truncating decimals and I can't get a more precise result.Example of things I've tried:10 / 60 => 0.17cast(10 as float) / cast(60 as float) => 0.17cast(cast(10 as float) / cast(60 as float) as float) => 0.17round(10 / ...
Kudos given to