Skip to content

Commit

Permalink
fix absolute value on complex numbers example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 21, 2023
1 parent 2bc14cd commit afc3c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ primitive!(
/// ex: ⌵ ¯1
/// ex: ⌵ 1
/// [absolute value] converts complex numbers to their magnitude.
/// ex: ⌵ +3i4
/// ex: ⌵ ℂ3 4
///
/// The glyph looks like the graph of `|x|`.
(1, Abs, MonadicPervasive, ("absolute value", '⌵')),
Expand Down

0 comments on commit afc3c1e

Please sign in to comment.