Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Share this issue
It would be great to have these two builtins for numbers. At the moment, I have to create functions like:
<#function max(a, b)> <#return (a > b)?then(a, b)> </#function>