|
|
|
|
|
by zalzane
3967 days ago
|
|
it wont, but the vast majority of errors with math formulas are along the lines of adding velocities with positions, raising something to the wrong power, using a multiply instead of an add, putting a parenthesis in the wrong spot, performing equations in the wrong order, etc. all of those can get caught with type checking, but it isn't perfect |
|