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

Method relativeTime

libraries/relativity/relativity.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53//
54
55 double relativeTime(double time, double speed)
56 {
57 return time * factor(speed);
58 }
59
60 double relativeLength(double length, double speed)
61 {

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64