GithubHelp home page GithubHelp logo

jdel-hunson-20230916's Introduction

JointDevelopmentEnviromentLesson-BasedCodeForGolang

概要

  • 共同開発環境を構築しよう!
  • 上記講座のハンズオンとして使用するコードがまとめられたリポジトリです。
  • ハンズオンとして簡易的な数値解析ソフトを作成します。

開発者

  • 各受講生の名前を記入してください。
  • Izuuuu
  • kiiii
  • KashiuchiSotaro
  • KashiuchiSotaroSub
  • Ryoki Shintaku

数値解析ソフト

  • 与えられた整数の特性を解析し、表示するソフト
  • 参考サイト
関数 処理内容 該当する数
func main() 入力を受付、入力された整数の個数に合わせて各関数を呼び出す
func isOddNumber(number int) 奇数判定関数。 1,3,5,7,...
func isEvenNumber(number int) 偶数判定関数。 2,4,6,8,...
func isPrimeNumber(number int) 素数判定関数。素数とは「1を除く約数が1とその数自身だけである自然数」 2,3,5,7,...
func isPerfectNumber(number int) 完全数判定関数。完全数とは「自身を除く約数の和が自身に等しい数の自然数」 6,28,496,...
メルセンヌ数判定関数。
平方数
func isAmicableNumbers(x, y int) 親和数判定関数。親和数とは「自身を除く約数の和が、他方に等しい自然数の組」 220と284, 1184と1210, 2620と2924,...
婚約数判定関数
フリードマン数
フィボナッチ数判定関数
ピタゴラス数判定関数
セクシー素数判定関数
双子素数判定関数
いとこ素数判定関数

jdel-hunson-20230916's People

Contributors

sotarokashiuchi avatar echam11 avatar kashiuchisotarosub avatar ryoki911 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.