You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. FindVolume corresponds to find_volume in snake case. But to be consistent with Julia's internal findnext, findfirst, findlast, etc., I use findvolume, which also conflicts with Roots.find_zero in the same file. To avoid inconsistency in my own naming convention, I decide to keep findvolume as the function's name and rename FindVolume module to Find.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
FindVolume
corresponds tofind_volume
in snake case. But to be consistent with Julia's internalfindnext
,findfirst
,findlast
, etc., I usefindvolume
, which also conflicts withRoots.find_zero
in the same file. To avoid inconsistency in my own naming convention, I decide to keepfindvolume
as the function's name and renameFindVolume
module toFind
.The text was updated successfully, but these errors were encountered: