Closed JSorngard closed 3 weeks ago
Should I specify that trunc
rounds to the nearest integer towards 0? I currently just tried to stay as faithful as I could to the documentation of musl
's trunc function.
Should I specify that
trunc
rounds to the nearest integer towards 0? I currently just tried to stay as faithful as I could to the documentation ofmusl
's trunc function.
Whatever you think would be helpful reading it :) there is no need to keep the wording from specifically musl, sources like e.g. cppreference likely have more thorough docs.
Alright! I wrote it as clearly as I could and added a linebreak to the lgamma docstrings.
Adds docstrings to
tgamma
,tgammaf
,lgamma
,lgammaf
,trunc
,truncf
,exp10
, andexp10f
. Related to #336.