MCPcopy 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
81float Complex::length() const
82{
83 return sqrtf(squaredLength());
84}
85
86Complex Complex::operator+(const Complex &other) const
87{

Callers 15

removeSubStringFunction · 0.80
InterpretCommandMethod · 0.80
GetTokenMethod · 0.80
ConfigEngineFromStreamFunction · 0.80
ChangeCurrentPathMethod · 0.80
WriteStringMethod · 0.80
GetRawStringDataMethod · 0.80
StringLengthFunction · 0.80
StringSubStringFunction · 0.80
StringLengthGenericFunction · 0.80
LoadScriptSectionMethod · 0.80

Calls 1

sqrtfFunction · 0.70

Tested by

no test coverage detected