MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / length

Method length

src/server/angelscript/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

parseArgumentsMethod · 0.80
parseArgumentsMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
printFunction · 0.80
parseArgumentsMethod · 0.80
writeMethod · 0.80
runAppMethod · 0.80
AddVariableFunction · 0.80
StringToStringFunction · 0.80
GetRawStringDataMethod · 0.80
InterpretCommandMethod · 0.80

Calls 1

sqrtfFunction · 0.70

Tested by 2

mainFunction · 0.64
printFunction · 0.64