Get the side of a square inscribed in a circle of a given radius:
import { getSquareInCircleSide } from 'mz-math'; const circleRadius = 10; const decimalPlaces = 2; // optional const squareSide = getSquareInCircleSide(10); // 14.14