bazelbuild / starlark

Starlark Language
Apache License 2.0
2.38k stars 158 forks source link

Add abs function #234

Closed ndmitchell closed 1 year ago

ndmitchell commented 1 year ago

The abs function is simple, and available in Python. Having it available in Starlark would be useful - it is already available in the starlark-rust library.