多くのプログラミング言語で、数値の切り捨ては floor, 切り上げは ceil という関数で実現できるようになっています。 これをなかなか覚えられないという方もいると思いますので、確実に思い出せるようにするために、その理由を解説しました。
All posts by Kenji
Meaning of Errors Displayed in Excel
I have compiled a list of reasons for errors displayed in Excel cells.
Continue reading Meaning of Errors Displayed in ExcelProctorU の登録で University of the People が見つからないとき
ProctorU の登録をするときに、 University of the People を探そうとして、 全然見つからず、 困ったことがあります。
Continue reading ProctorU の登録で University of the People が見つからないときMachine Learning and Deep Learning: Simulation with Python – kpga.py
機械学習と深層学習 Python によるシミュレーション aco.py
機械学習と深層学習 Pythonによるシミュレーション の第3章の蟻コロニー最適化法のコード aco.pyについて、 わかりやすく書き換えてみました。