MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Round Operation Improvements #199

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

This commit expands the Round operation to support an optional number of digits to round the given number to. It also adds support for specifying the round operation before or after the given number or vector to be rounded.

This PR resolves #179