POV-Ray : Newsgroups : povray.off-topic : Iterated derivatives : Re: Iterated derivatives Server Time
5 Sep 2024 01:20:05 EDT (-0400)
  Re: Iterated derivatives  
From: Orchid XP v8
Date: 18 Nov 2009 16:52:32
Message: <4b046ca0@news.povray.org>
>> Similarly, this fragment can appear inside a statement, such as "f(x) 
>> = 3 if x = sqrt(y/z), otherwise 9". In that case, the "x = sqrt(y/z)" 
>> part is clearly a conditional test.
> 
> I don't remember 'if' being part of my maths course. Yet yhere must be 
> specialized subfields where it is defined.

How about

   sinc(x) = if x = 0 then 1 else sin(x) / x

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.