←back to thread

79 points seg_fault | 2 comments | | HN request time: 1.31s | source

Since there is so much interest on HN in floats lately and their software implementations, I wanted to show mine. It has no use and is just for teaching me floats and C++. Give me your thoughts.
Show context
rurban ◴[] No.41908916[source]
It's copyrighted so I should not even look at it, and therefore not comment on it.
replies(5): >>41910877 #>>41911220 #>>41911473 #>>41911659 #>>41911746 #
1. syockit ◴[] No.41911220[source]
It's copyrighted, but nothing stops you from looking at it. It's akin to looking a t a mural painted at someone's house. You can also comment as long as you don't post snippets of the code (except for when fair use is applicable).
replies(1): >>41944134 #
2. rurban ◴[] No.41944134[source]
Legally yes, but in reality not. In most companies or projects legal tells me not to look at it all, esp. the FSF. I can look at the API, but not the implementation.

That's why it's called https://en.wikipedia.org/wiki/Clean-room_design.