Ana Guerrero 59faed68ef Accepting request 1115823 from utilities
- Update to 2.15.0.1:
  * The tarball for calc version 2.15.0.0 was missing version.h.
    The version.h is now listed as part of the calc distribution.
    See gh/lcn2/calc#112

- Update to 2.15.0.0:
  * Added the several new trigonometric functions
  * Added log2(x [,eps]) builtin function
  * The sign element in a ZVALUE is now of type SIGN, which is either
    SB32 when MAJOR_VER < 3, or a bool otherwise
  * Added new logn(x, n [,eps]) builtin to compute logarithms to base n.
- Add calc-2.15.0.0-versionh.patch to fix build
  See gh/lcn2/calc#112

- Update to 2.14.3.5:
  * Under macOS, to reduce dependency chains, we remove functions
    and data that are unreachable by the entry point or exported
    symbols.  In particular, the macOS linker is used with both
    "-dead_strip" and "-dead_strip_dylibs".
  * The libcalc shared library is now linked with libcustcalc.

OBS-URL: https://build.opensuse.org/request/show/1115823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calc?expand=0&rev=41
2023-10-05 18:05:16 +00:00
2023-10-05 12:39:10 +00:00
2023-10-05 12:39:10 +00:00
2023-10-05 12:39:10 +00:00

calc includes a robust set of help files in /usr/share/calc/help

These can be accessed via the command line via "calc help" or by entering "help" from the calc interactive prompt.

Important examples include:

calc help               - a list of topics
calc help bugs          - known bugs and mis-features
calc help changes       - recent changes to calc
calc help copyright     - calc copyright and the GNU LGPL
calc help copying       - details on the Calc GNU Lesser General Public License
calc help copying-lgpl  - calc GNU Lesser General Public License text

Description
No description provided
Readme 253 KiB
Languages
RPM Spec 100%