This commit is contained in:
rusefillc 2025-01-04 22:18:15 -05:00
parent bfe55750f5
commit db2d33a918
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
* return num / denom;
* }
*
* todo: how does this compare to std::optional?
*
* @date April 18, 2020
* @author Matthew Kennedy, (c) 2020
*/