| Summary: | a special calculation displays wrong result: log(192!)/log(2) | ||
|---|---|---|---|
| Product: | [Applications] kcalc | Reporter: | aeinstein <chr_bl> |
| Component: | general | Assignee: | Klaus Niederkrüger <kniederk> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
aeinstein
2006-11-30 16:24:42 UTC
For now kcalc does standard arithmetic with arbitrary precision numbers, but the special functions like sin, cos, log, etc. are implemented by using the standard double-functions of the C-library. This gives the observed problems. What to do about this is unclear. Either we could link with another library, implementing also arbitrary precision for special functions, or?? Don't know. Klaus |