// SAME Analog Modular Ecosystem // #import "@preview/diverential:0.3.0": * #figure( table( columns: 2, table.header([Notation], [Meaning]), [$sum$], [Summation], [$product$], [Product], [$sqrt("")$], [Square root], [$dvp(y, x)$], [Partial derivative of $y$ with respect to $x$], [$dv(y, x)$], [Total derivative of $y$ with respect to $x$], [$integral$], [Integral], [$log_10$], [Common logarithm (base $10$)], [$ln$], [Natural logarithm (base $e$)], [$exp$], [Exponential function], [$abs(x)$], [Absolute value of $x$], [$x mod y$], [Modulo operation (remainder of $x$ divided by $y$)], [$in$], [Element of a set], [$upright("RSS")$], [Root-sum-square: $sqrt(x_1^2 + x_2^2 + ... + x_n^2)$], ), caption: [Mathematical operators and functions], )