Scriptorium Tech is based on JavaScript, which has inherent limitations in numerical precision and floating-point arithmetic. As such, calculations — especially those involving very large, very small, or repeating decimal numbers — may not always yield exact results.
In particular, conditional statements that rely on strict equality comparisons between floating-point numbers may behave unexpectedly due to rounding errors and precision limitations.
It is recommended to interpret results with appropriate caution, especially when exact numerical comparisons are critical. This tool is intended for general-purpose calculations, estimations, and educational use — not for applications requiring high-precision or legally binding outcomes.