Ticket #24 (new enhancement)
Opened 10 years ago
pow() function only accept double precision
Reported by: | wang970 | Owned by: | utke |
---|---|---|---|
Priority: | minor | Component: | Python Generator |
Version: | mercurial tip | Keywords: | pow |
Cc: |
Description
There is a special if condition in visitIntrinsicDef() in Cpp/printer that only allows pow() function to take double precision parameters.
Note: See
TracTickets for help on using
tickets.