Skip to content

Commit 2a05188

Browse files
Update math/area.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 807913a commit 2a05188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/area.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ T cylinder_surface_area(T radius, T height) {
114114
* @brief surface area of a [hemi-sphere](https://en.wikipedia.org/wiki/Surface_area) ( 3 *
115115
* pi * r^2)
116116
* @param radius is the radius of the hemi-sphere
117+
* @tparam T datatype of radius
117118
* @returns surface area of the hemi-sphere
118119
*/
119120
template <typename T>

0 commit comments

Comments
 (0)