Struct calculator::ScientificCalculator¶
- pub struct ScientificCalculator(/* private fields */);¶
A scientific calculator with additional mathematical functions.
Extends the basic [Calculator] with trigonometric, logarithmic,
and other advanced mathematical operations.