Provides advanced mathematical functions for BigDecimal, including trigonometric, exponential, and logarithmic operations.
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>big-math</artifactId>
<version>2.3.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes the sine of a BigDecimal number.
Always specify an appropriate MathContext (e.g., MathContext.DECIMAL128) for high-precision calculations.
No dependency data recorded yet.