Bernstein basis polynomials: Difference between revisions

Content added Content deleted
Line 267: Line 267:
bern ( 1 , 2 , 6 ) --> bern ( 1 , 1.66666666667 , 3.33333333333 , 6 )</pre>
bern ( 1 , 2 , 6 ) --> bern ( 1 , 1.66666666667 , 3.33333333333 , 6 )</pre>


=={{header|julia}}==
=={{header|Julia}}==
{{trans|Python}}
{{trans|Python}}
<syntaxhighlight lang="julia">""" rosettacode.org/wiki/Bernstein_basis_polynomials """
<syntaxhighlight lang="julia">""" rosettacode.org/wiki/Bernstein_basis_polynomials """