Skip to content

Commit

Permalink
add replace NaN uiuism
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 8, 2024
1 parent aecfd4a commit 1957d5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/src/uiuisms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ uiuisms!(
"≠. [1_1 2_2]",
/// Create a 0xN matrix
"↯0⊚ 2",
/// Replace all NaNs in an array with a value
"↧⊸↥ 0 [1 2 NaN 4 NaN]",
/// Check if character is numeric [0-9]
r#"×⊓≥≤@0,@9 "hi-5!""#,
/// Check if character is letter [a-zA-Z]
Expand Down

0 comments on commit 1957d5b

Please sign in to comment.