top of page

[C#] Inconsistent accessibility

Phenomenon In C #, the following code causes a title compilation error. This error occurs when, for example, the class is private but the...

[Python] Conditionally fitting

Overview If you want to do fitting, you can do it with scipy.optimize.leastsq etc. in python. However, when doing fitting, there are many...

bottom of page