Project

General

Profile

Actions

Feature #28027

closed

Add rounding functions to stdWrap

Added by Kilian Hann over 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
-
Start date:
2011-07-09
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Rounding functionality from PHP, defaults to @round($number, 2):

  • round() with number of decimals
  • ceil()
  • floor()

How to use

temp.number = TEXT
temp.number {
    value = 3.14159
        # types: round,ceil,floor, defaults to round
    round.roundType = round
        # only used with "round" type
    round.decimals = 2
}
Actions

Also available in: Atom PDF