We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f7ace commit 9b8cc8bCopy full SHA for 9b8cc8b
crates/typst-library/src/foundations/calc.rs
@@ -89,7 +89,7 @@ cast! {
89
v: Decimal => Self(Value::Decimal(v.abs()))
90
}
91
92
-/// べき乗。
+/// 冪乗。
93
///
94
/// ```example
95
/// #calc.pow(2, 3) \
0 commit comments