cakeml icon indicating copy to clipboard operation
cakeml copied to clipboard

Add Int.Abs to CakeMLbasis

Open ordinarymath opened this issue 3 months ago • 0 comments

Having it as a builtin op would be nice but adding a function defined as fun abs n = if n < 0 then ~ n else n would be enough

ordinarymath avatar Sep 12 '25 07:09 ordinarymath