Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CytopiaTeam/Cytopia
/ length
Method
length
external/as_add_on/scriptmath/scriptmathcomplex.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
float Complex::length() const
82
{
83
return sqrtf(squaredLength());
84
}
85
86
Complex Complex::operator+(const Complex &other) const
87
{
Callers
15
removeSubString
Function · 0.80
InterpretCommand
Method · 0.80
GetToken
Method · 0.80
ConfigEngineFromStream
Function · 0.80
ChangeCurrentPath
Method · 0.80
WriteString
Method · 0.80
GetRawStringData
Method · 0.80
StringLength
Function · 0.80
StringSubString
Function · 0.80
StringLengthGeneric
Function · 0.80
scriptstdstring_utils.cpp
File · 0.80
LoadScriptSection
Method · 0.80
Calls
1
sqrtf
Function · 0.70
Tested by
no test coverage detected