Search results

Jump to navigation Jump to search
  • Context("Numeric")->variables->are(x=>"Real",y=>"Real"); Context()->texStrings;
    4 KB (557 words) - 05:42, 18 July 2023
  • Context("Numeric"); Context()->variables->are(x=>"Real",y=>"Real",u=>"Real");
    3 KB (475 words) - 09:11, 28 June 2023
  • Context("Numeric"); Context()->variables->are(x=>"Real",y=>"Real",z=>"Real",u=>"Real",v=>"Real");
    4 KB (595 words) - 07:49, 18 July 2023
  • <h2>Adding Functions to the Context: PG Code Snippet</h2> ...is code snippet shows the essential PG code to add a named function to the Context in a problem. Note that these are <b>insertions</b>, not a complete PG f
    6 KB (938 words) - 16:42, 20 June 2023
  • Context("Numeric")->variables->add(y=>"Real"); Context()->constants->add(k=>0.01);
    3 KB (394 words) - 18:06, 7 April 2021
  • Context("Numeric"); Context()->variables->are(
    5 KB (746 words) - 06:15, 18 July 2023
  • Context("Numeric"); Context()->variables->are(
    5 KB (700 words) - 06:17, 18 July 2023
  • Context()-&gt;strings-&gt;add(none=&gt;{}); # Context()-&gt;strings-&gt;add(none=&gt;{caseSensitive=&gt;1});
    4 KB (656 words) - 16:49, 20 June 2023
  • Context("Vector")->variables->are(t=>"Real"); Context()->texStrings;
    4 KB (608 words) - 07:52, 18 July 2023
  • ...rserFunction.pl</code>. There is a more basic way to add functions to the context, which is explained in example 2 at Context("Numeric")->variables->are(n=>"Real");
    4 KB (573 words) - 14:48, 16 July 2023
  • Context("Vector2D"); #Context("Vector"); # for 3D vectors
    6 KB (755 words) - 07:51, 18 July 2023
  • Context("Numeric"); Context()->texStrings;
    3 KB (407 words) - 17:55, 7 April 2021
  • Context("Numeric"); Context()->variables->are(x=>"Real",y=>"Real",z=>"Real",t=>"Real");
    5 KB (655 words) - 07:48, 18 July 2023
  • Context( "Point" ); We don't use <code>Context("Vector");</code> and <code>norm( $point[0] - $point[1] )</code> here
    4 KB (631 words) - 09:42, 28 June 2023
  • my $value = $self->context->flag("setSqrt"); Context("Numeric")->variables->are(
    4 KB (562 words) - 17:56, 7 April 2021
  • Context("Numeric"); Context()->functions->disable("All");
    4 KB (551 words) - 09:06, 28 June 2023
  • * The <tt>parserImplicitPlane.pl</tt> macro includes the context and the <tt>ImplicitPlane</tt> function to parse and create implicit planes Context('ImplicitPlane');
    4 KB (633 words) - 06:30, 18 July 2023
  • Context("Numeric"); Context()->variables->are(x=>"Real",y=>"Real",r=>"Real",t=>"Real");
    5 KB (662 words) - 06:33, 18 July 2023
  • Context("Vector")->variables->are(x=>'Real',y=>'Real'); Context()->texStrings;
    3 KB (441 words) - 16:53, 20 June 2023
  • Context('ImplicitEquation'); Context()->{error}{msg}{
    4 KB (587 words) - 05:43, 18 July 2023

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)