Skip to content

api crates calculator structs calculator::ScientificCalculator

Tim Paine edited this page Feb 7, 2026 · 1 revision

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.

Clone this wiki locally