diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 22:32:38 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 22:32:38 +0200 |
| commit | b28f97f3526859633fde603764b827389279d10f (patch) | |
| tree | ef483985fc0be4237f98b2ad7dd0682b160b4cef /tables/mathematical-operators-and-functions.typ | |
| parent | 32d3f3d945002c1413490449aa08522c78f4dcad (diff) | |
| download | same-b28f97f3526859633fde603764b827389279d10f.tar.gz same-b28f97f3526859633fde603764b827389279d10f.tar.bz2 same-b28f97f3526859633fde603764b827389279d10f.zip | |
extract figures in separate files
Diffstat (limited to 'tables/mathematical-operators-and-functions.typ')
| -rw-r--r-- | tables/mathematical-operators-and-functions.typ | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tables/mathematical-operators-and-functions.typ b/tables/mathematical-operators-and-functions.typ new file mode 100644 index 0000000..d0c93eb --- /dev/null +++ b/tables/mathematical-operators-and-functions.typ @@ -0,0 +1,22 @@ +#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], +) <table-mathematical-operators-and-functions> |
