Experience: Difference between revisions

56 bytes removed ,  27 June 2021
m
I'm not even sure this comment is worth keeping, but regardless it should be legible
m (I'm not even sure this comment is worth keeping, but regardless it should be legible)
Line 57: Line 57:
     line-height: 1.1em;
     line-height: 1.1em;
     white-space: pre;">e(n) =
     white-space: pre;">e(n) =
       { &#8970; 2n<sup>3</sup> - 0.02n<sup>4</sup> &#8971;;  0 < n <= 50 }
       { 2n<sup>3</sup> - 0.02n<sup>4</sup> ;  0 < n <= 50 }
       { &#8970; 1.5n<sup>3</sup> - 0.01n<sup>4</sup> &#8971;;  51 <= n <= 68 }
       { 1.5n<sup>3</sup> - 0.01n<sup>4</sup> ;  51 <= n <= 68 }
       { &#8970; ( 1.274 - 0.02&#8970;n / 3&#8971; - ep(n modulo 3) )(n<sup>3</sup>) &#8971;;  69 <= n <= 98 }
       { ( 1.274 - 0.02⌊n / 3⌋ - ep(n modulo 3) )(n<sup>3</sup>) ;  69 <= n <= 98 }
       { &#8970; 1.6n<sup>3</sup> - 0.01n<sup>4</sup> &#8971;;  99 <= n <= 100 }
       { 1.6n<sup>3</sup> - 0.01n<sup>4</sup> ;  99 <= n <= 100 }


       &#8970;x&#8971; = Integer part of x, ie. &#8970;9.999&#8971; = 9.
       ⌊x⌋ = Integer part of x, ie. ⌊9.999⌋ = 9.
</p> -->
</p> -->