MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / relativeLength

Method relativeLength

libraries/relativity/relativity.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 double relativeLength(double length, double speed)
61 {
62 return length * factor(speed);
63 }
64
65 double relativeMass(double mass, double speed)
66 {

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64