Commit 010c955
authored
Implement volume calculation for ellipsoid (#7338)
* Implement volume calculation for ellipsoid
Added a method to calculate the volume of an ellipsoid.
* Add test for volume of ellipsoid
* Fix formatting of volumeEllipsoid method
* Update Volume.java
* Fix precision in ellipsoid volume test
* Fix formatting of ellipsoid volume method documentation1 parent 76c45c1 commit 010c955
File tree
2 files changed
+15
-0
lines changed- src
- main/java/com/thealgorithms/maths
- test/java/com/thealgorithms/maths
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
128 | 140 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
0 commit comments