Quote:
Originally Posted by vex
it looks like it's outputting the same values. Here's some tests for verification:
inputs:
r=0.019
rpm=6500
vol=0.0013
temp=293.15
Your output: 0.22178 m
My output: 0.2218 m (Due to format truncation).
r=0.019
rpm=3200
vol=0.0013
temp=293.15
yours: 0.91507
mine: 0.9151
Looks like your math is fine to me. Is there a specific error you're concerned with?
|
If it's good, it's good. I'm working on the PHP end, which is why I'm releasing a super-simple and shitty C# version while I get that done. The C# version can be used to find any bugs or problems in the PHP version before the PHP is complete.