Thread: Square root
View Single Post
  #13  
Old 12-01-2006, 01:38 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
*wants his xor operator back* :-(

I'd even be willing to write the program that would convert everyone's nw files and scripts from

a^b to pow(a,b),
a^=b to a=pow(a,b)
and,
a xor b to a^b
Reply With Quote