mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
366 B
Plaintext
8 lines
366 B
Plaintext
This module gives you the ability to round numbers to either decimal or
|
|
fractional precision while encapsulating the rounding precision in an
|
|
object. This allows scripts and modules to maintain multiple precision
|
|
values as objects.
|
|
|
|
It also implements flexible scheme parsing, so that your programs and
|
|
modules can offload the how-to-round decisions to this module.
|