Changeset 0c96e6cb in mainline for uspace/lib/posix/source/math.c
- Timestamp:
- 2013-10-18T11:00:23Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5851913
- Parents:
- 39bcc99 (diff), 9f9450bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/math.c
r39bcc99 r0c96e6cb 49 49 // TODO: low priority, just a compile-time dependency of binutils 50 50 not_implemented(); 51 return 0.0; 51 52 } 52 53 … … 61 62 // TODO: low priority, just a compile-time dependency of binutils 62 63 not_implemented(); 64 return 0.0; 63 65 } 64 66 … … 72 74 // TODO: Python dependency 73 75 not_implemented(); 76 return 0.0; 74 77 } 75 78 … … 84 87 // TODO: Python dependency 85 88 not_implemented(); 89 return 0.0; 86 90 } 87 91 … … 95 99 // TODO: Python dependency 96 100 not_implemented(); 101 return 0.0; 97 102 } 98 103 … … 106 111 // TODO: Python dependency 107 112 not_implemented(); 113 return 0.0; 108 114 } 109 115 … … 118 124 // TODO: Python dependency 119 125 not_implemented(); 126 return 0.0; 120 127 } 121 128 … … 130 137 // TODO: Python dependency 131 138 not_implemented(); 139 return 0.0; 132 140 } 133 141 … … 141 149 // TODO: Python dependency 142 150 not_implemented(); 151 return 0.0; 143 152 } 144 153 … … 153 162 // TODO: Python dependency 154 163 not_implemented(); 164 return 0.0; 155 165 } 156 166 … … 164 174 // TODO: Python dependency 165 175 not_implemented(); 176 return 0.0; 166 177 } 167 178 … … 175 186 // TODO: Python dependency 176 187 not_implemented(); 188 return 0.0; 177 189 } 178 190 … … 186 198 // TODO: Python dependency 187 199 not_implemented(); 200 return 0.0; 188 201 } 189 202
Note:
See TracChangeset
for help on using the changeset viewer.