[
https://issues.apache.org/jira/browse/FREEMARKER-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vojtech Knyttl updated FREEMARKER-86:
-------------------------------------
Description:
It would be great to have these two builtins for numbers. At the moment, I have
to create functions like:
{code}
<#function max(a, b)>
<#return (a > b)?then(a, b)>
</#function>
{code}
was:
It would be great to have these two builtins for numbers. At the moment, I have
to create functions like:
{code}
<#function max(a, b)>
<#return (a > b)?then(a, b)>
</#function>
{code}
> min(x,y) and max(x,y)
> ---------------------
>
> Key: FREEMARKER-86
> URL: https://issues.apache.org/jira/browse/FREEMARKER-86
> Project: Apache Freemarker
> Issue Type: Improvement
> Components: engine
> Reporter: Vojtech Knyttl
>
> It would be great to have these two builtins for numbers. At the moment, I
> have to create functions like:
> {code}
> <#function max(a, b)>
> <#return (a > b)?then(a, b)>
> </#function>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)