Hi,
I’m facing a strange error with mod and . (dot) operators. Please see the session log below:
===============SESSION=======================
D:\DEV>q
KDB+ 3.2 2015.03.05 Copyright (C) 1993-2015 Kx Systems
w32/ 4()core 4095MB Think flying-thinkpad 192.168.10.112 NONEXPIRE
Welcome to kdb+ 32bit edition
For support please see http://groups.google.com/d/forum/personal-kdbplus
Tutorials can be found at http://code.kx.com/wiki/Tutorials
To exit, type \
To remove this startup msg, edit q.q
q)mod
k){x-y*x div y}
q)mod . 192 2
'
q).[mod;192 2]
0
q)
===============SESSION=======================
Why is it that mod does not work with . (dot) operator (NOTE: the error message is empty)?