Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 269 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 269 Bytes

Golang Factorial

Very clean implementation of uint factorial function using golang/math Gamma function

  • detects overflow boundary for execution architecture
  • uses golang typical 'ok' symantics for reporting overflow
  • overflow tests suitable for linux/x64 - ymmv