Skip to content

Instantly share code, notes, and snippets.

@ulibo-yuki
Created June 7, 2024 13:46
Show Gist options
  • Save ulibo-yuki/d5023b1e2f5595994096b252cb0b96cc to your computer and use it in GitHub Desktop.
Save ulibo-yuki/d5023b1e2f5595994096b252cb0b96cc to your computer and use it in GitHub Desktop.
関数名 機能 引数型 戻り値型
get_input 入力 - String
check_syntax 使用不可能な文字の検出 &String bool
delimit 演算子や被演算子の分割 &String Vec<&str>
is_numeric 数値に変換できるかどうか &str bool
calculation 各演算 f64, f64, &str f64
power 指数演算 f64, f64 f64
stack_manage スタック(メモリのスタックとは別)の操作 Vec<&str> f64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment