<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PIPRIME.FR &#187; base_pi.asy</title>
	<atom:link href="http://www.piprime.fr/developpeur/asymptote/unofficial-packages-asy/base_pi_asy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piprime.fr</link>
	<description>Administrateur-Développeur GNU/Linux-WEB</description>
	<lastBuildDate>Thu, 22 Dec 2011 12:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0190</title>
		<link>http://www.piprime.fr/890/base_pi_asy-fig0190/</link>
		<comments>http://www.piprime.fr/890/base_pi_asy-fig0190/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 21:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[line]]></category>

		<guid isPermaLink="false">http://6adbc6556d2c6ab23491fa3bf8f2ffc0</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; size(10cm,0); pair O=(0,0); path cle=rotate(30)*polygon(3); pair a=point(cle,0), b=point(cle,1), c=point(cle,2); /* View the definition of void drawline(picture,Label,pair,bool,pair,bool,align,pen,arrowbar,arrowbar,margin,Label,marker) */ drawline(O,false,a,true,.8red); drawline(O,true,b,false,.8blue); drawline(Label("$(d)$",Relative(.1)),O,true,c,true,.8green,Margin(5,5)); drawline(a,b); drawline(b,c); /* View the definition of void drawline(picture,Label,path,bool,bool,align,pen,arrowbar,arrowbar,margin,Label,marker) */ drawline(c--a); dot("$O$",O,W); dot("$A$",a,N);dot("$B$",b,NE);dot("$C$",c,SE); // Enlarge the current picture [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/890/base_pi_asy-fig0190/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0180</title>
		<link>http://www.piprime.fr/889/base_pi_asy-fig0180/</link>
		<comments>http://www.piprime.fr/889/base_pi_asy-fig0180/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 20:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Intersection]]></category>

		<guid isPermaLink="false">http://c36e492621f6a61c587fafca9634caa6</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; size(8cm,0); path cle=yscale(3)*((0,0){N}..(1,0){N}..cycle); draw(cle); pair a=(0.2,.3), b=(.75,-.1); dot("$A$",a,S); dot("$B$",b,S); draw(a--b); real[] itd=intersections(cle,a,b); draw(subpath(cle,itd[0],itd[2]), 1mm+.8blue); draw(subpath(cle,itd[1],itd[2]), 1mm+.8green); draw(subpath(cle,itd[2],length(cle)+itd[0]), 1mm+.8yellow); /* View the definition of pair[] intersectionpointsd(path,pair,pair) */ pair[] pta=intersectionpointsd(cle,a,b); dot(pta,red); draw(pta[0]--a^^b--pta[1],red+dotted); $(document).ready(function(){$("a#figc36e492621f6a61c587fafca9634caa6").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/889/base_pi_asy-fig0180/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0170</title>
		<link>http://www.piprime.fr/888/base_pi_asy-fig0170/</link>
		<comments>http://www.piprime.fr/888/base_pi_asy-fig0170/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 19:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Intersection]]></category>

		<guid isPermaLink="false">http://4ea2e2f2dad441da9eb611f6b48fd238</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; size(8cm,0); path cle=yscale(3)*((0,0){N}..(1,0){N}..cycle); draw(cle); pair a=(0.2,.3), b=(.75,-.1); dot("$A$",a,S); dot("$B$",b,S); draw(a--b); real[] itd=intersections(cle,a,b); draw(subpath(cle,itd[0],itd[2]), 1mm+.8blue); draw(subpath(cle,itd[1],itd[2]), 1mm+.8green); draw(subpath(cle,itd[2],length(cle)+itd[0]), 1mm+.8yellow); /* View the definition of pair[] intersectionpoints(path,pair,pair) */ pair[] pta=intersectionpoints(cle,a,b); dot(pta,red); draw(pta[0]--a^^b--pta[2],red+dotted); $(document).ready(function(){$("a#fig4ea2e2f2dad441da9eb611f6b48fd238").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/888/base_pi_asy-fig0170/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0160</title>
		<link>http://www.piprime.fr/887/base_pi_asy-fig0160/</link>
		<comments>http://www.piprime.fr/887/base_pi_asy-fig0160/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 18:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Intersection]]></category>

		<guid isPermaLink="false">http://6aade89853d5a8f2668a4879ee3b15e8</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; size(8cm,0); path cle=yscale(3)*((0,0){N}..(1,0){N}..cycle); draw(cle); real y=0.1; /* View the definition of real[] intersectsh(path,real) */ real[] it=intersectsh(cle,y); draw(subpath(cle,it[0],it[1]), 1mm+blue); draw(subpath(cle,it[1],it[2]), 1mm+.8green); dot(intersectionpointsh(cle,y),red); drawline((0,y),(1,y)); $(document).ready(function(){$("a#fig6aade89853d5a8f2668a4879ee3b15e8").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/887/base_pi_asy-fig0160/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0150</title>
		<link>http://www.piprime.fr/886/base_pi_asy-fig0150/</link>
		<comments>http://www.piprime.fr/886/base_pi_asy-fig0150/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 17:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Intersection]]></category>

		<guid isPermaLink="false">http://7223d46209d3adab047a1ebacd265034</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; size(8cm,0); path cle=yscale(3)*((0,0){N}..(1,0){N}..cycle); draw(cle); real x=.75; /* View the definition of real[] intersectsv(path,real) */ real[] it=intersectsv(cle,x); draw(subpath(cle,it[0],it[1]), 1mm+blue); dot(intersectionpointsv(cle,x),red); drawline((x,0),(x,1)); $(document).ready(function(){$("a#fig7223d46209d3adab047a1ebacd265034").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/886/base_pi_asy-fig0150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0140</title>
		<link>http://www.piprime.fr/885/base_pi_asy-fig0140/</link>
		<comments>http://www.piprime.fr/885/base_pi_asy-fig0140/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 16:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Intersection]]></category>

		<guid isPermaLink="false">http://207218a9befc802fcfdfeb75f24a2485</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; import stats; size(6cm,0); path cle=randompath(7); draw(cle); pair a=(1,0), b=(0.75,.3); dot("$A$",a); dot("$B$",b); /* View the definition of pair[] intersectionpointsd(path,pair,pair) */ pair[] pta=intersectionpointsd(cle,a,b); draw(join(pta)); dot(pta,red); $(document).ready(function(){$("a#fig207218a9befc802fcfdfeb75f24a2485").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/885/base_pi_asy-fig0140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0130</title>
		<link>http://www.piprime.fr/884/base_pi_asy-fig0130/</link>
		<comments>http://www.piprime.fr/884/base_pi_asy-fig0130/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 15:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Intersection]]></category>

		<guid isPermaLink="false">http://9aa6d9bda9ca1e1e9af152969798ccb9</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; import stats; size(6cm,0); path cle=randompath(7); draw(cle); pair a=(1,0), b=(0.75,.3); dot("$A$",a); dot("$B$",b); /* View the definition of pair[] intersectionpoints(path,pair,pair) */ pair[] pta=intersectionpoints(cle,a,b); /* View the definition of guide join(pair[],interpolate) */ draw(join(pta)); dot(pta,red); $(document).ready(function(){$("a#fig9aa6d9bda9ca1e1e9af152969798ccb9").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/884/base_pi_asy-fig0130/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0120</title>
		<link>http://www.piprime.fr/883/base_pi_asy-fig0120/</link>
		<comments>http://www.piprime.fr/883/base_pi_asy-fig0120/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 14:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Intersection]]></category>

		<guid isPermaLink="false">http://a895b795e3de42402d39d0cbd7763bbf</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; import stats; size(8cm,0); path cle=randompath(6); draw(cle); real x=.75; /* View the definition of pair[] intersectionpointsv(path,real) */ pair[] pta = intersectionpointsv(cle,x); draw(pta[0]--pta[pta.length-1]); dot(pta,red); real y=0; /* View the definition of pair[] intersectionpointsh(path,real) */ pair[] ptb = intersectionpointsh(cle,y); draw(ptb[0]--ptb[ptb.length-1]); dot(ptb,blue); [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/883/base_pi_asy-fig0120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0110</title>
		<link>http://www.piprime.fr/882/base_pi_asy-fig0110/</link>
		<comments>http://www.piprime.fr/882/base_pi_asy-fig0110/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 13:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Fraction]]></category>

		<guid isPermaLink="false">http://47f713cb3b73fdb0561a63f58f3c6c4c</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; size(8cm,0); for (int i=-4; i&#60;=4; ++i) { if(i != 0) { /* View the definition of string texfrac(rational,string,bool,bool,bool,bool) */ label(texfrac(rational(1/i)), (i*cm,0));/* View the definition of rational rational(real,real) */ label(texfrac(rational(1/i),signin=true), (i*cm,-cm)); } } $(document).ready(function(){$("a#fig47f713cb3b73fdb0561a63f58f3c6c4c").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/882/base_pi_asy-fig0110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package base_pi.asy &#8211; fig0100</title>
		<link>http://www.piprime.fr/881/base_pi_asy-fig0100/</link>
		<comments>http://www.piprime.fr/881/base_pi_asy-fig0100/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 12:47:01 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[base_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Fraction]]></category>

		<guid isPermaLink="false">http://ee0d3bf88349ada06dfe53e5d7b73d91</guid>
		<description><![CDATA[You may view all the posts of the category "base_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import base_pi; size(8cm,0); for (int i=-4; i&#60;=4; ++i) { /* View the definition of string texfrac(int,int,string,bool,bool,bool,bool) */ label(texfrac(i,4), (i*cm,0)); label(texfrac(i,4,signin=true), (i*cm,-cm)); label(texfrac(i,4,factor="\pi"), (i*cm,-2cm)); label(texfrac(i,4,factor="\pi",factorin=false), (i*cm,-3cm)); label(texfrac(i,4,factor="\pi",signin=true,factorin=true), (i*cm,-4cm)); label(texfrac(i,4,factor="\pi",signin=true,factorin=false,displaystyle=true,zero=false), (i*cm,-5cm)); } $(document).ready(function(){$("a#figee0d3bf88349ada06dfe53e5d7b73d91").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/881/base_pi_asy-fig0100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

