Hey everyone -

Perl has a built-in int() operator. You can guess what it does.

Perl also has built-in atan2, log, log10, and many other such operators.
PDL provides overloads for each of these. However, it does not (appear to)
provide an overload for int().

Is it there and I missed it? If not, is there a reason we don't overload
this named operator?

David

-- 
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to