* UPDATE: Adds GCD and LCM functions They follow SUM and accept arrays * FIX: Implement copilot suggestions
IronCalc Base is the engine of the IronCalc ecosystem
To build the library
$ cargo build --release
To run the tests:
$ cargo tests