|
[Date Index]
[Thread Index]
[Author Index]
Re: can't find info about & /@ %
- To: mathgroup at smc.vnet.net
- Subject: [mg121898] Re: can't find info about & /@ %
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Thu, 6 Oct 2011 04:21:41 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201110050759.DAA06921@smc.vnet.net>
- Reply-to: drmajorbob at yahoo.com
Double-click in/on or manually highlight ANY operator or built-in function
and press the Help key.
For instance, double-click on /, @, or between them in /@, push Help, and
you'll see Map.
Doing the same for % gives Mod (ignore that; it should NOT come up!!) and
Out.
Out is the one you want. To oversimplify... % means the previous result.
Bobby
On Wed, 05 Oct 2011 02:59:40 -0500, Richard Cohen <cohenrich at gmail.com>
wrote:
> First[Options[#, "ColorSpace"] & /@ %]
> could someone please explain the use of these & /@ %
> i've looked everywhere to no avail.
> rich
>
--
DrMajorBob at yahoo.com
Prev by Date:
Re: can't find info about & /@ %
Next by Date:
Re: Thread::tdlen: Objects of unequal length
Previous by thread:
Re: can't find info about & /@ %
Next by thread:
Re: can't find info about & /@ %
|