Port details |
- rubygem-cmath Provide trigonometric and transcendental functions for complex number
- 1.0.0 math
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-11-03 13:27:11
- Last Update: 2024-11-03 13:20:48
- Commit Hash: c35a178
- Also Listed In: rubygems
- License: BSD2CLAUSE
- WWW:
- https://github.com/ruby/cmath
- Description:
- CMath provides trigonometric and transcendental functions for complex numbers.
CMath is a library that provides trigonometric and transcendental functions for
complex numbers. The functions in this module accept integers, floating-point
numbers or complex numbers as arguments.
Note that the selection of functions is similar, but not identical, to that in
module math. The reason for having two modules is that some users aren't
interested in complex numbers, and perhaps don't even know what they are. They
would rather have Math.sqrt(-1) raise an exception than return a complex number.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-cmath>0:math/rubygem-cmath
- To install the port:
- cd /usr/ports/math/rubygem-cmath/ && make install clean
- To add the package, run one of these commands:
- pkg install math/rubygem-cmath
- pkg install rubygem-cmath
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-cmath
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730540892
SHA256 (rubygem/cmath-1.0.0.gem) = 152d2b90edb33765d7fa0f7c9f650d9a6661382804add8ee6e4bce0b7d377ff6
SIZE (rubygem/cmath-1.0.0.gem) = 6656
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- math/rubygem-mathn
Configuration Options:
- No options to configure
- Options name:
- math_rubygem-cmath
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0 03 Nov 2024 13:20:48
    |
Po-Chuan Hsieh (sunpoet)  |
math/rubygem-cmath: Add rubygem-cmath 1.0.0
CMath provides trigonometric and transcendental functions for complex numbers.
CMath is a library that provides trigonometric and transcendental functions for
complex numbers. The functions in this module accept integers, floating-point
numbers or complex numbers as arguments.
Note that the selection of functions is similar, but not identical, to that in
module math. The reason for having two modules is that some users aren't
interested in complex numbers, and perhaps don't even know what they are. They
would rather have Math.sqrt(-1) raise an exception than return a complex number. |
Number of commits found: 1
|