mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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)
9 lines
353 B
Text
9 lines
353 B
Text
Classes that represent and manipulate fractions (x = a/b).
|
|
|
|
The Math_FractionOp static class contains definitions for:
|
|
- basic arithmetic operations
|
|
- comparing fractions
|
|
- greatest common divisor (gcd) and least common multiple (lcm)
|
|
of two integers
|
|
- simplifying (reducing) and getting the reciprocal of a fraction
|
|
- converting a float to fraction.
|