MyWikkaSite : Math

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
1) 미분기하란 무엇인가? http://mathparadigm.blogspot.com/2007/04/manifold.html
- "리만 메니폴드"를 궁금해 하다가....

2) Round()
#define ROUND(x) x >= 0 ? (int)(x+0.5) : (int)(x-0.5)

3) 백만분의 1초 측정
timecalculation

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0065 seconds