In clojure or jython:
say I have a number 4.21312312312312
how can i get a number with just the first 2 decimals. It would return 4.21 for the example above.
Thanks
In clojure or jython: say I have a number 4.21312312312312 how can i get
Share
I think I got this one after further research
should return 4.21