Show two decimals in table numbers
This commit is contained in:
parent
b2d862596e
commit
792730ddd9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Returns:
|
|||
- If CONTENT is a number, a string representation with 9 decimal places.
|
||||
- Otherwise, the original CONTENT."
|
||||
(if (numberp content)
|
||||
(format nil "~,9f" content)
|
||||
(format nil "~,2f" content)
|
||||
content))
|
||||
|
||||
(defun render-tbl-header (headers)
|
||||
|
|
Loading…
Add table
Reference in a new issue