From 2967a67eb9edc30aed5daaacc09d88f3460ef1a1 Mon Sep 17 00:00:00 2001 From: Felix Ostmann Date: Tue, 7 Mar 2017 11:05:32 +0100 Subject: [PATCH] - Docfix - see #9 --- Format.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Format.pm b/Format.pm index da216d4d8f3d..a111f955176b 100755 --- a/Format.pm +++ b/Format.pm @@ -640,7 +640,7 @@ sub floor =item abs_floor($number, $precision) -Floors the number to the specified precision. +Floors the absolute number to the specified precision. abs_floor(3.14159) yields 3 abs_floor(3.14159, 2) yields 3.14 @@ -678,7 +678,7 @@ sub ceil =item abs_ceil($number, $precision) -Ceils the number to the specified precision. +Ceils the absolue number to the specified precision. ceil(3.14159) yields 4 ceil(3.14159, 2) yields 3.15