Skip to content

Commit

Permalink
Add binary logarithm (#32)
Browse files Browse the repository at this point in the history
* Add binary logarithm
* Fix inconsistent style
  • Loading branch information
dltmtt authored Aug 20, 2024
1 parent e360430 commit 2f19735
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file modified physica-manual.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions physica-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,10 @@ Typst built-in math operators: #linkurl(`math.op`, "https://typst.app/docs/refer
[#builtin([`log x, lg x, ln x`])],
[$log x, lg x, ln x$],
[logarithmic],

[`lb x`],
[$lb x$],
[binary logarithm],

[#builtin([`det A`])],
[$det A$],
Expand Down
4 changes: 3 additions & 1 deletion physica.typ
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,9 @@
#let Re = math.op("Re")
#let Im = math.op("Im")

#let sgn = $op("sgn")$
#let sgn = math.op("sgn")

#let lb = math.op("lb")

// == Differentials

Expand Down

0 comments on commit 2f19735

Please sign in to comment.