Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more nqp:: math ops
  • Loading branch information
moritz committed Nov 2, 2011
1 parent d75deea commit 3400e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PAST/NQP.pir
Expand Up @@ -461,6 +461,7 @@ entry to produce the node to be returned.
maphash['sqrt_n'] = 'sqrt__Nn'
maphash['radix'] = 'nqp_radix__Pisii'
maphash['log_n'] = 'ln__NN'
maphash['exp_n'] = 'exp__Nn'

# trig opcodes
maphash['sin_n'] = 'sin__NN'
Expand All @@ -469,6 +470,7 @@ entry to produce the node to be returned.
maphash['acos_n'] = 'acos__NN'
maphash['tan_n'] = 'tan__NN'
maphash['atan_n'] = 'atan__NN'
maphash['atan2_n'] = 'atan__NNN'
maphash['sec_n'] = 'sec__NN'
maphash['asec_n'] = 'asec__NN'
maphash['sin_n'] = 'sin__NN'
Expand Down

0 comments on commit 3400e44

Please sign in to comment.