We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807913a commit 2a05188Copy full SHA for 2a05188
math/area.cpp
@@ -114,6 +114,7 @@ T cylinder_surface_area(T radius, T height) {
114
* @brief surface area of a [hemi-sphere](https://en.wikipedia.org/wiki/Surface_area) ( 3 *
115
* pi * r^2)
116
* @param radius is the radius of the hemi-sphere
117
+ * @tparam T datatype of radius
118
* @returns surface area of the hemi-sphere
119
*/
120
template <typename T>
0 commit comments