| 109 | } |
| 110 | |
| 111 | bool Log(OsiArgumentDesc & args) |
| 112 | { |
| 113 | auto x = args[0].Float; |
| 114 | args[1].Float = log(x); |
| 115 | return true; |
| 116 | } |
| 117 | |
| 118 | bool IsDivisible(OsiArgumentDesc & args) |
| 119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected