Small physics helpers

This commit is contained in:
2025-08-31 23:29:27 +02:00
parent b061332102
commit b49e0262a1
3 changed files with 6 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ return {
snip('oxx', 'times.circle ', {}, math),
snip('bxx', 'times.square ', {}, math),
snip('ff', '(<>) / (<>) <>', { i(1, 'a'), i(2, 'b'), i(3) }, math),
snip('nab', 'arrow(nabla) ', {}, math),
-- exponents
snip('iv', '^(-1) ', {}, math, 500, { wordTrig = false, blacklist = { 'equiv' } }),
@@ -85,6 +86,7 @@ return {
snip('DDX', '(diff <>) / (diff <>) ', { i(1, 'f'), i(2, 'x') }, math),
snip('part', 'partial ', {}, math, 1600),
snip('it', 'integral ', {}, math, 900),
snip('iot', 'integral.vol ', {}, math, 900),
snip('int', 'integral_(<>)^(<>) ', { i(1, 'a'), i(2, 'b') }, math),
snip('oit', 'integral_Omega ', {}, math),
snip('dit', 'integral_(<>) ', { i(1, 'Omega') }, math),