Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数値の初期コンテンツを作る。 #4

Open
11 of 19 tasks
kayhide opened this issue Apr 2, 2017 · 2 comments
Open
11 of 19 tasks

数値の初期コンテンツを作る。 #4

kayhide opened this issue Apr 2, 2017 · 2 comments
Assignees

Comments

@kayhide
Copy link
Contributor

kayhide commented Apr 2, 2017

  • 数値をフォーマットする
  • ビット演算を行う
  • 2進、8進、10進、16進の各表現を相互に変換する
  • 数値を3桁ずつカンマで区切る
  • 最小値・最大値を求める
  • 数値の総和を求める
  • 絶対値を求める
  • 割り算の余りを求める
  • べき乗を求める
  • 最大公約数と最小公倍数を求める
  • 平方根を求める
  • 三角関数を計算する
  • 直交座標を極座標に変換する
  • 対数計算を行う
  • 浮動小数点数を丸める
  • 乱数を得る
  • 行列を使う
  • 複素数を使う
  • 有理数を使う
YoshikuniJujo added a commit that referenced this issue Apr 7, 2017
YoshikuniJujo added a commit that referenced this issue Apr 7, 2017
YoshikuniJujo added a commit that referenced this issue Apr 10, 2017
@matsubara0507
Copy link
Member

「2進、8進、10進、16進の各表現を相互に変換する」がこのコミットで既に編集済みでした。
チェックボックスにチェックをお願いします。

@matsubara0507
Copy link
Member

「数値を3桁ずつカンマで区切る」もこのコミットで編集済みみたいです。

matsubara0507 added a commit to matsubara0507/recipe-collection that referenced this issue May 4, 2017
3スクロールを若干超えてしまってます。
`rotate` は、自分が探したことあるので入れましたが、要らないかもしれません。
分かりやすさのために、コメントアウトで2進数表現した数値を書きました。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants